COLOR #BFB390

HEX: #BFB390 RGB: (191,179,144)

Color info

#BFB390 contains red, green and blue colors in about the same proportion. Web safe color of #BFB390 is #CC9999 (or #C99).

RGB color model

#BFB390 color RGB value is (191,179,144).

RGB: (191,179,144) (75%, 70%, 56%)

RGB channels and saturation

R 191 of 255 = 75%
G 179 of 255 = 70%
B 144 of 255 = 56%

191
179
144

R + G + B ~ 67%. #BFB390 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 179 + 144 = 514 (100%)
R 191 of 514 ~ 37.16%
G 179 of 514 ~ 34.82%
B 144 of 514 ~ 28.02'%

%37.16
%34.82
%28.02

CMYK color model

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

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

CMYK: (0,6,25,25)
C0M6Y25K25 (0%, 6%, 25%, 25%)
(0.00 / 0.06 / 0.25 / 0.25)

CMYK percentages

%0
%6.28
%24.61
%25.1

Codes

Color #BFB390 in popluar color models

BF B3 90
RGB 191 179 144
HSL 45° 26.86% 65.69%
HSB/HSV 45° 24.61% 74.90%
CMYK 0.00% 6.28% 24.61%
25.10%

Color #BFB390 in popluar number systems.

HEX BF B3 90
Decimal 191 179 144
Binary 10111111 10110011 10010000
Octal 277 263 220

Shades and tints

Shades of #BFB390

#BFB390
(191,179,144)
#AEA383
(174,163,131)
#9D9376
(157,147,118)
#8C8369
(140,131,105)
#7B735C
(123,115,92)
#6A634F
(106,99,79)
#595342
(89,83,66)
#484335
(72,67,53)
#373328
(55,51,40)
#26231B
(38,35,27)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #BFB390

#BFB390
(191,179,144)
#C4B99A
(196,185,154)
#C9BFA4
(201,191,164)
#CEC5AE
(206,197,174)
#D3CBB8
(211,203,184)
#D8D1C2
(216,209,194)
#DDD7CC
(221,215,204)
#E2DDD6
(226,221,214)
#E7E3E0
(231,227,224)
#ECE9EA
(236,233,234)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB390; }

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

This text font color is #BFB390.

Background Color

.myBgColor { background-color: #BFB390; }

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

This div background color is #BFB390.

Border color

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

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

This div border color is #BFB390.

Opacity

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

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

Text with #BFB390 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 #BFB390;}

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

This text has shadow with #BFB390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB390.

Preview

Color preview on black background

This text has color #BFB390 on black background.


Color preview on white background

This text has color #BFB390 on white background.


Black color preview on #BFB390 background

This text has black color on #BFB390 background.


White color preview on #BFB390 background

This text has white color on #BFB390 background.


Related colors

Complementary color

Complementary color for #hex is #404C6F.


I love getcolorcode.com

Triadic colors

1 #90BFB3 and #B390BF with #BFB390 are triadic colors.

2 #90B3BF and #B3BF90 with #BFB390 are triadic colors.