#BCB496

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

Shades of Coriander #BCB496

Tints of Coriander #BCB496

Color information

#BCB496 (or 0xBCB496) is unknown color: approx Coriander. HEX triplet: BC, B4 and 96. RGB value is (188,180,150). Sum of RGB (Red+Green+Blue) = 188+180+150=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB496 is #434B69. Grayscale: #B3B3B3. Windows color (decimal): -4410218 or 9876668. OLE color: 9876668.

HSL color Cylindrical-coordinate representation of color #BCB496: hue angle of 47.37º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCB496 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188180150-
CMYK00.040.200.26
HSL47.37º22.09%66.27%-
HSV(B)47.37º20.21%73.73%-
XYZ42.5745.5435.4-
YUV178.97111.65134.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=36.29%
G=34.75%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818015000.040.200.2647.3722.0966.27
HexBCB49604141A2f1642
Octal2742642260424325726102
Binary10111100101101001001011001001010011010101111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB496; }

 p { color: rgb(188,180,150); }

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

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

 a { background-color: rgb(188,180,150); }

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

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

 span { border-color: rgb(188,180,150); }

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