#BCB798

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

Shades of Tana #BCB798

Tints of Tana #BCB798

Color information

#BCB798 (or 0xBCB798) is unknown color: approx Tana. HEX triplet: BC, B7 and 98. RGB value is (188,183,152). Sum of RGB (Red+Green+Blue) = 188+183+152=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB798 is #434867. Grayscale: #B5B5B5. Windows color (decimal): -4409448 or 10008508. OLE color: 10008508.

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

Color convert

RGB188183152-
CMYK00.030.190.26
HSL51.67º21.18%66.67%-
HSV(B)51.67º19.15%73.73%-
XYZ43.3446.8336.46-
YUV180.96111.66133.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 183 (71.88% from 255) = 34.99%
BLUE value IS 152 (59.77% from 255) = 29.06%
R=35.95%
G=34.99%
B=29.06%

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
Decimal18818315200.030.190.2651.6721.1866.67
HexBCB79803131A341543
Octal2742672300323326425103
Binary1011110010110111100110000111001111010110100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB798; }

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

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

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

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

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

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

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

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