#BFB587

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

Shades of Coriander #BFB587

Tints of Coriander #BFB587

Color information

#BFB587 (or 0xBFB587) is unknown color: approx Coriander. HEX triplet: BF, B5 and 87. RGB value is (191,181,135). Sum of RGB (Red+Green+Blue) = 191+181+135=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB587 is #404A78. Grayscale: #B2B2B2. Windows color (decimal): -4213369 or 8893887. OLE color: 8893887.

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

Color convert

RGB191181135-
CMYK00.050.290.25
HSL49.29º30.43%63.92%-
HSV(B)49.29º29.32%74.9%-
XYZ42.3845.8729.54-
YUV178.75103.31136.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 135 (53.12% from 255) = 26.63%
R=37.67%
G=35.70%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118113500.050.290.2549.2930.4363.92
HexBFB587051D19311e40
Octal2772652070535316136100
Binary10111111101101011000011101011110111001110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB587; }

 p { color: rgb(191,181,135); }

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

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

 a { background-color: rgb(191,181,135); }

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

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

 span { border-color: rgb(191,181,135); }

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