#BCB884

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

Shades of Coriander #BCB884

Tints of Coriander #BCB884

Color information

#BCB884 (or 0xBCB884) is unknown color: approx Coriander. HEX triplet: BC, B8 and 84. RGB value is (188,184,132). Sum of RGB (Red+Green+Blue) = 188+184+132=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB884 is #43477B. Grayscale: #B3B3B3. Windows color (decimal): -4409212 or 8698044. OLE color: 8698044.

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

Color convert

RGB188184132-
CMYK00.020.300.26
HSL55.71º29.47%62.75%-
HSV(B)55.71º29.79%73.73%-
XYZ42.0446.6428.62-
YUV179.27101.33134.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 184 (72.27% from 255) = 36.51%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=37.30%
G=36.51%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818413200.020.300.2655.7129.4762.75
HexBCB884021E1A381d3f
Octal274270204023632703577
Binary101111001011100010000100010111101101011100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB884; }

 p { color: rgb(188,184,132); }

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

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

 a { background-color: rgb(188,184,132); }

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

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

 span { border-color: rgb(188,184,132); }

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