#BCB595

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

Shades of Coriander #BCB595

Tints of Coriander #BCB595

Color information

#BCB595 (or 0xBCB595) is unknown color: approx Coriander. HEX triplet: BC, B5 and 95. RGB value is (188,181,149). Sum of RGB (Red+Green+Blue) = 188+181+149=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB595 is #434A6A. Grayscale: #B3B3B3. Windows color (decimal): -4409963 or 9811388. OLE color: 9811388.

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

Color convert

RGB188181149-
CMYK00.040.210.26
HSL49.23º22.54%66.08%-
HSV(B)49.23º20.74%73.73%-
XYZ42.6945.9135.05-
YUV179.44110.82134.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=36.29%
G=34.94%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818114900.040.210.2649.2322.5466.08
HexBCB59504151A311742
Octal2742652250425326127102
Binary10111100101101011001010101001010111010110001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB595; }

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

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

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

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

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

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

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

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