#BCB586

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

Shades of Coriander #BCB586

Tints of Coriander #BCB586

Color information

#BCB586 (or 0xBCB586) is unknown color: approx Coriander. HEX triplet: BC, B5 and 86. RGB value is (188,181,134). Sum of RGB (Red+Green+Blue) = 188+181+134=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB586 is #434A79. Grayscale: #B1B1B1. Windows color (decimal): -4409978 or 8828348. OLE color: 8828348.

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

Color convert

RGB188181134-
CMYK00.040.290.26
HSL52.22º28.72%63.14%-
HSV(B)52.22º28.72%73.73%-
XYZ41.5745.4629.14-
YUV177.74103.32135.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 181 (71.09% from 255) = 35.98%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=37.38%
G=35.98%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818113400.040.290.2652.2228.7263.14
HexBCB586041D1A341d3f
Octal274265206043532643577
Binary1011110010110101100001100100111011101011010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB586; }

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

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

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

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

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

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

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

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