#BCBA87

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

Shades of Coriander #BCBA87

Tints of Coriander #BCBA87

Color information

#BCBA87 (or 0xBCBA87) is unknown color: approx Coriander. HEX triplet: BC, BA and 87. RGB value is (188,186,135). Sum of RGB (Red+Green+Blue) = 188+186+135=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA87 is #434578. Grayscale: #B4B4B4. Windows color (decimal): -4408697 or 8895164. OLE color: 8895164.

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

Color convert

RGB188186135-
CMYK00.010.280.26
HSL57.74º28.34%63.33%-
HSV(B)57.74º28.19%73.73%-
XYZ42.6747.5629.85-
YUV180.78102.16133.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 135 (53.12% from 255) = 26.52%
R=36.94%
G=36.54%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818613500.010.280.2657.7428.3463.33
HexBCBA87011C1A3a1c3f
Octal274272207013432723477
Binary10111100101110101000011101111001101011101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA87; }

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

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

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

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

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

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

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

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