#BCB998

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

Shades of Tana #BCB998

Tints of Tana #BCB998

Color information

#BCB998 (or 0xBCB998) is unknown color: approx Tana. HEX triplet: BC, B9 and 98. RGB value is (188,185,152). Sum of RGB (Red+Green+Blue) = 188+185+152=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB998 is #434667. Grayscale: #B6B6B6. Windows color (decimal): -4408936 or 10009020. OLE color: 10009020.

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

Color convert

RGB188185152-
CMYK00.020.190.26
HSL55º21.18%66.67%-
HSV(B)55º19.15%73.73%-
XYZ43.7647.6636.6-
YUV182.14110.99132.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=35.81%
G=35.24%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818515200.020.190.265521.1866.67
HexBCB99802131A371543
Octal2742712300223326725103
Binary1011110010111001100110000101001111010110111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB998; }

 p { color: rgb(188,185,152); }

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

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

 a { background-color: rgb(188,185,152); }

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

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

 span { border-color: rgb(188,185,152); }

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