#BCB487

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

Shades of Coriander #BCB487

Tints of Coriander #BCB487

Color information

#BCB487 (or 0xBCB487) is unknown color: approx Coriander. HEX triplet: BC, B4 and 87. RGB value is (188,180,135). Sum of RGB (Red+Green+Blue) = 188+180+135=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB487 is #434B78. Grayscale: #B1B1B1. Windows color (decimal): -4410233 or 8893628. OLE color: 8893628.

HSL color Cylindrical-coordinate representation of color #BCB487: hue angle of 50.94º 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 #BCB487 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB188180135-
CMYK00.040.280.26
HSL50.94º28.34%63.33%-
HSV(B)50.94º28.19%73.73%-
XYZ41.4345.0829.44-
YUV177.26104.15135.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=37.38%
G=35.79%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818013500.040.280.2650.9428.3463.33
HexBCB487041C1A331c3f
Octal274264207043432633477
Binary1011110010110100100001110100111001101011001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB487; }

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

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

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

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

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

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

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

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