#BCB795

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

Shades of Coriander #BCB795

Tints of Coriander #BCB795

Color information

#BCB795 (or 0xBCB795) is unknown color: approx Coriander. HEX triplet: BC, B7 and 95. RGB value is (188,183,149). Sum of RGB (Red+Green+Blue) = 188+183+149=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB795 is #43486A. Grayscale: #B4B4B4. Windows color (decimal): -4409451 or 9811900. OLE color: 9811900.

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

Color convert

RGB188183149-
CMYK00.030.210.26
HSL52.31º22.54%66.08%-
HSV(B)52.31º20.74%73.73%-
XYZ43.146.7335.18-
YUV180.62110.16133.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 183 (71.88% from 255) = 35.19%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=36.15%
G=35.19%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818314900.030.210.2652.3122.5466.08
HexBCB79503151A341742
Octal2742672250325326427102
Binary1011110010110111100101010111010111010110100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB795; }

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

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

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

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

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

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

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

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