#BCB686

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

Shades of Coriander #BCB686

Tints of Coriander #BCB686

Color information

#BCB686 (or 0xBCB686) is unknown color: approx Coriander. HEX triplet: BC, B6 and 86. RGB value is (188,182,134). Sum of RGB (Red+Green+Blue) = 188+182+134=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB686 is #434979. Grayscale: #B2B2B2. Windows color (decimal): -4409722 or 8828604. OLE color: 8828604.

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

Color convert

RGB188182134-
CMYK00.030.290.26
HSL53.33º28.72%63.14%-
HSV(B)53.33º28.72%73.73%-
XYZ41.7745.8729.21-
YUV178.32102.99134.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 182 (71.48% from 255) = 36.11%
BLUE value IS 134 (52.73% from 255) = 26.59%
R=37.30%
G=36.11%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818213400.030.290.2653.3328.7263.14
HexBCB686031D1A351d3f
Octal274266206033532653577
Binary101111001011011010000110011111011101011010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB686; }

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

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

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

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

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

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

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

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