#BCB796

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

Shades of Coriander #BCB796

Tints of Coriander #BCB796

Color information

#BCB796 (or 0xBCB796) is unknown color: approx Coriander. HEX triplet: BC, B7 and 96. RGB value is (188,183,150). Sum of RGB (Red+Green+Blue) = 188+183+150=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB796 is #434869. Grayscale: #B4B4B4. Windows color (decimal): -4409450 or 9877436. OLE color: 9877436.

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

Color convert

RGB188183150-
CMYK00.030.200.26
HSL52.11º22.09%66.27%-
HSV(B)52.11º20.21%73.73%-
XYZ43.1846.7635.6-
YUV180.73110.66133.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=36.08%
G=35.12%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818315000.030.200.2652.1122.0966.27
HexBCB79603141A341642
Octal2742672260324326426102
Binary1011110010110111100101100111010011010110100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB796; }

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

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

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

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

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

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

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

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