#BCB697

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

Shades of Coriander #BCB697

Tints of Coriander #BCB697

Color information

#BCB697 (or 0xBCB697) is unknown color: approx Coriander. HEX triplet: BC, B6 and 97. RGB value is (188,182,151). Sum of RGB (Red+Green+Blue) = 188+182+151=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB697 is #434968. Grayscale: #B4B4B4. Windows color (decimal): -4409705 or 9942716. OLE color: 9942716.

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

Color convert

RGB188182151-
CMYK00.030.200.26
HSL50.27º21.64%66.47%-
HSV(B)50.27º19.68%73.73%-
XYZ43.0546.3835.96-
YUV180.26111.49133.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 151 (59.38% from 255) = 28.98%
R=36.08%
G=34.93%
B=28.98%

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
Decimal18818215100.030.200.2650.2721.6466.47
HexBCB69703141A321642
Octal2742662270324326226102
Binary1011110010110110100101110111010011010110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB697; }

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

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

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

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

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

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

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

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