#BCB987

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

Shades of Coriander #BCB987

Tints of Coriander #BCB987

Color information

#BCB987 (or 0xBCB987) is unknown color: approx Coriander. HEX triplet: BC, B9 and 87. RGB value is (188,185,135). Sum of RGB (Red+Green+Blue) = 188+185+135=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB987 is #434678. Grayscale: #B4B4B4. Windows color (decimal): -4408953 or 8894908. OLE color: 8894908.

HSL color Cylindrical-coordinate representation of color #BCB987: hue angle of 56.6º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCB987 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB188185135-
CMYK00.020.280.26
HSL56.6º28.34%63.33%-
HSV(B)56.6º28.19%73.73%-
XYZ42.4647.1429.78-
YUV180.2102.49133.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 135 (53.12% from 255) = 26.57%
R=37.01%
G=36.42%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818513500.020.280.2656.628.3463.33
HexBCB987021C1A391c3f
Octal274271207023432713477
Binary101111001011100110000111010111001101011100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB987; }

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

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

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

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

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

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

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

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