#BCB887

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

Shades of Coriander #BCB887

Tints of Coriander #BCB887

Color information

#BCB887 (or 0xBCB887) is unknown color: approx Coriander. HEX triplet: BC, B8 and 87. RGB value is (188,184,135). Sum of RGB (Red+Green+Blue) = 188+184+135=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB887 is #434778. Grayscale: #B3B3B3. Windows color (decimal): -4409209 or 8894652. OLE color: 8894652.

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

Color convert

RGB188184135-
CMYK00.020.280.26
HSL55.47º28.34%63.33%-
HSV(B)55.47º28.19%73.73%-
XYZ42.2546.7229.71-
YUV179.61102.83133.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 135 (53.12% from 255) = 26.63%
R=37.08%
G=36.29%
B=26.63%

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
Decimal18818413500.020.280.2655.4728.3463.33
HexBCB887021C1A371c3f
Octal274270207023432673477
Binary101111001011100010000111010111001101011011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB887; }

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

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

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

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

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

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

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

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