#BCB684

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

Shades of Coriander #BCB684

Tints of Coriander #BCB684

Color information

#BCB684 (or 0xBCB684) is unknown color: approx Coriander. HEX triplet: BC, B6 and 84. RGB value is (188,182,132). Sum of RGB (Red+Green+Blue) = 188+182+132=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB684 is #43497B. Grayscale: #B2B2B2. Windows color (decimal): -4409724 or 8697532. OLE color: 8697532.

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

Color convert

RGB188182132-
CMYK00.030.300.26
HSL53.57º29.47%62.75%-
HSV(B)53.57º29.79%73.73%-
XYZ41.6345.8128.48-
YUV178.09101.99135.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=37.45%
G=36.25%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818213200.030.300.2653.5729.4762.75
HexBCB684031E1A361d3f
Octal274266204033632663577
Binary101111001011011010000100011111101101011011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB684; }

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

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

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

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

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

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

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

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