#BFB991

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

Shades of Coriander #BFB991

Tints of Coriander #BFB991

Color information

#BFB991 (or 0xBFB991) is unknown color: approx Coriander. HEX triplet: BF, B9 and 91. RGB value is (191,185,145). Sum of RGB (Red+Green+Blue) = 191+185+145=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB991 is #40466E. Grayscale: #B6B6B6. Windows color (decimal): -4212335 or 9550271. OLE color: 9550271.

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

Color convert

RGB191185145-
CMYK00.030.240.25
HSL52.17º26.44%65.88%-
HSV(B)52.17º24.08%74.9%-
XYZ43.9547.8233.7-
YUV182.23106.99134.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=36.66%
G=35.51%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118514500.030.240.2552.1726.4465.88
HexBFB991031819341a42
Octal2772712210330316432102
Binary1011111110111001100100010111100011001110100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB991; }

 p { color: rgb(191,185,145); }

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

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

 a { background-color: rgb(191,185,145); }

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

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

 span { border-color: rgb(191,185,145); }

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