#BFB987

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

Shades of Coriander #BFB987

Tints of Coriander #BFB987

Color information

#BFB987 (or 0xBFB987) is unknown color: approx Coriander. HEX triplet: BF, B9 and 87. RGB value is (191,185,135). Sum of RGB (Red+Green+Blue) = 191+185+135=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB987 is #404678. Grayscale: #B5B5B5. Windows color (decimal): -4212345 or 8894911. OLE color: 8894911.

HSL color Cylindrical-coordinate representation of color #BFB987: hue angle of 53.57º 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 #BFB987 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB191185135-
CMYK00.030.290.25
HSL53.57º30.43%63.92%-
HSV(B)53.57º29.32%74.9%-
XYZ43.2147.5229.82-
YUV181.09101.99135.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 135 (53.12% from 255) = 26.42%
R=37.38%
G=36.20%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118513500.030.290.2553.5730.4363.92
HexBFB987031D19361e40
Octal2772712070335316636100
Binary1011111110111001100001110111110111001110110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB987; }

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

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

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

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

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

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

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

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