COLOR #BFB37A

HEX: #BFB37A RGB: (191,179,122)

Color info

#BFB37A contains mainly red and green colors. Web safe color of #BFB37A is #CC9966 (or #C96).

RGB color model

#BFB37A color RGB value is (191,179,122).

RGB: (191,179,122) (75%, 70%, 48%)

RGB channels and saturation

R 191 of 255 = 75%
G 179 of 255 = 70%
B 122 of 255 = 48%

191
179
122

R + G + B ~ 64%. #BFB37A is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 179 + 122 = 492 (100%)
R 191 of 492 ~ 38.82%
G 179 of 492 ~ 36.38%
B 122 of 492 ~ 24.8'%

%38.82
%36.38
%24.8

CMYK color model

#BFB37A color CMYK value is (0,6,36,25).

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 36.13%
  • key color value is 25.10%

CMYK: (0,6,36,25)
C0M6Y36K25 (0%, 6%, 36%, 25%)
(0.00 / 0.06 / 0.36 / 0.25)

CMYK percentages

%0
%6.28
%36.13
%25.1

Codes

Color #BFB37A in popluar color models

BF B3 7A
RGB 191 179 122
HSL 50° 35.03% 61.37%
HSB/HSV 50° 36.13% 74.90%
CMYK 0.00% 6.28% 36.13%
25.10%

Color #BFB37A in popluar number systems.

HEX BF B3 7A
Decimal 191 179 122
Binary 10111111 10110011 1111010
Octal 277 263 172

Shades and tints

Shades of #BFB37A

#BFB37A
(191,179,122)
#AEA36F
(174,163,111)
#9D9364
(157,147,100)
#8C8359
(140,131,89)
#7B734E
(123,115,78)
#6A6343
(106,99,67)
#595338
(89,83,56)
#48432D
(72,67,45)
#373322
(55,51,34)
#262317
(38,35,23)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #BFB37A

#BFB37A
(191,179,122)
#C4B986
(196,185,134)
#C9BF92
(201,191,146)
#CEC59E
(206,197,158)
#D3CBAA
(211,203,170)
#D8D1B6
(216,209,182)
#DDD7C2
(221,215,194)
#E2DDCE
(226,221,206)
#E7E3DA
(231,227,218)
#ECE9E6
(236,233,230)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB37A color. Also use rgb(191,179,122) instead hex code.

Text Font Color

.myTextColor { color: #BFB37A; }

<p style="color:#BFB37A">This sample text font color is #BFB37A.</p>

This text font color is #BFB37A.

Background Color

.myBgColor { background-color: #BFB37A; }

<div style="background-color:#BFB37A">Inner text</div>

This div background color is #BFB37A.

Border color

.myBorderColor { border: 1px solid #BFB37A; }

<div style="border:3px solid #BFB37A">Div</div>

This div border color is #BFB37A.

Opacity

.myOpacity80 { color: #BFB37A; opacity: 0.8; }

<p style="color:#BFB37A;opacity:0.8;">80%</p>

Text with #BFB37A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BFB37A;}

<p style="text-shadow: 3px 3px 1px #BFB37A">Text here.</p>

This text has shadow with #BFB37A color.


.textShadow {text-shadow: 3px 3px 1px #BFB37A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BFB37A, 5px 5px 20px red">Text here.</p>

This text has shadow with #BFB37A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BFB37A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BFB37A, Direction=45, Strength=4)">Text</p>

This text has shadow with #BFB37A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BFB37A;
-webkit-box-shadow: 1px 1px 3px 2px #BFB37A;
box-shadow: 1px 1px 3px 2px #BFB37A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BFB37A; -webkit-box-shadow: 1px 1px 3px 2px #BFB37A; box-shadow:1px 1px 3px 2px #BFB37A;">
Div content here
</div>

This div box has shadow with color #BFB37A.

Preview

Color preview on black background

This text has color #BFB37A on black background.


Color preview on white background

This text has color #BFB37A on white background.


Black color preview on #BFB37A background

This text has black color on #BFB37A background.


White color preview on #BFB37A background

This text has white color on #BFB37A background.


Related colors

Complementary color

Complementary color for #hex is #404C85.


I love getcolorcode.com

Triadic colors

1 #7ABFB3 and #B37ABF with #BFB37A are triadic colors.

2 #7AB3BF and #B3BF7A with #BFB37A are triadic colors.