#BFBB96

Color #BFBB96 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BFBB96

Tints of Coriander #BFBB96

Color information

#BFBB96 (or 0xBFBB96) is unknown color: approx Coriander. HEX triplet: BF, BB and 96. RGB value is (191,187,150). Sum of RGB (Red+Green+Blue) = 191+187+150=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB96 is #404469. Grayscale: #B8B8B8. Windows color (decimal): -4211818 or 9878463. OLE color: 9878463.

HSL color Cylindrical-coordinate representation of color #BFBB96: hue angle of 54.15º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFBB96 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB191187150-
CMYK00.020.210.25
HSL54.15º24.26%66.86%-
HSV(B)54.15º21.47%74.9%-
XYZ44.7648.8235.92-
YUV183.98108.83133.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=36.17%
G=35.42%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118715000.020.210.2554.1524.2666.86
HexBFBB96021519361843
Octal2772732260225316630103
Binary1011111110111011100101100101010111001110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB96; }

 p { color: rgb(191,187,150); }

 H1.HeaderClassName
 {
   color: #BFBB96;
 }
 .AnyTagClassName
 {
   color: #BFBB96;
 }
</style>
background-color css

<style>
 a { background-color: #BFBB96; }

 a { background-color: rgb(191,187,150); }

 div.DivClassName
 {
   background-color: #BFBB96;
 }
 .BgClassName
 {
   background-color: #BFBB96;
 }
</style>
border-color css

<style>
 span { border-color: #BFBB96; }

 span { border-color: rgb(191,187,150); }

 td.TdClassName
 {
   border-color: #BFBB96;
 }
 .TagClassName
 {
   border-color: #BFBB96;
 }
</style>