#BFB889

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

Shades of Coriander #BFB889

Tints of Coriander #BFB889

Color information

#BFB889 (or 0xBFB889) is unknown color: approx Coriander. HEX triplet: BF, B8 and 89. RGB value is (191,184,137). Sum of RGB (Red+Green+Blue) = 191+184+137=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB889 is #404776. Grayscale: #B4B4B4. Windows color (decimal): -4212599 or 9025727. OLE color: 9025727.

HSL color Cylindrical-coordinate representation of color #BFB889: hue angle of 52.22º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB889 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB191184137-
CMYK00.040.280.25
HSL52.22º29.67%64.31%-
HSV(B)52.22º28.27%74.9%-
XYZ43.1447.1630.5-
YUV180.74103.32135.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=37.30%
G=35.94%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118413700.040.280.2552.2229.6764.31
HexBFB889041C19341e40
Octal2772702110434316436100
Binary10111111101110001000100101001110011001110100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB889; }

 p { color: rgb(191,184,137); }

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

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

 a { background-color: rgb(191,184,137); }

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

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

 span { border-color: rgb(191,184,137); }

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