#BCBA86

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

Shades of Coriander #BCBA86

Tints of Coriander #BCBA86

Color information

#BCBA86 (or 0xBCBA86) is unknown color: approx Coriander. HEX triplet: BC, BA and 86. RGB value is (188,186,134). Sum of RGB (Red+Green+Blue) = 188+186+134=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA86 is #434579. Grayscale: #B4B4B4. Windows color (decimal): -4408698 or 8829628. OLE color: 8829628.

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

Color convert

RGB188186134-
CMYK00.010.290.26
HSL57.78º28.72%63.14%-
HSV(B)57.78º28.72%73.73%-
XYZ42.647.5329.48-
YUV180.67101.66133.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=37.01%
G=36.61%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818613400.010.290.2657.7828.7263.14
HexBCBA86011D1A3a1d3f
Octal274272206013532723577
Binary10111100101110101000011001111011101011101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA86; }

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

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

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

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

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

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

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

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