#BCB699

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

Shades of Tana #BCB699

Tints of Tana #BCB699

Color information

#BCB699 (or 0xBCB699) is unknown color: approx Tana. HEX triplet: BC, B6 and 99. RGB value is (188,182,153). Sum of RGB (Red+Green+Blue) = 188+182+153=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB699 is #434966. Grayscale: #B4B4B4. Windows color (decimal): -4409703 or 10073788. OLE color: 10073788.

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

Color convert

RGB188182153-
CMYK00.030.190.26
HSL49.71º20.71%66.86%-
HSV(B)49.71º18.62%73.73%-
XYZ43.2246.4536.82-
YUV180.49112.49133.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 182 (71.48% from 255) = 34.80%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=35.95%
G=34.80%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818215300.030.190.2649.7120.7166.86
HexBCB69903131A321543
Octal2742662310323326225103
Binary1011110010110110100110010111001111010110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB699; }

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

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

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

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

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

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

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

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