#BCB698

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

Shades of Tana #BCB698

Tints of Tana #BCB698

Color information

#BCB698 (or 0xBCB698) is unknown color: approx Tana. HEX triplet: BC, B6 and 98. RGB value is (188,182,152). Sum of RGB (Red+Green+Blue) = 188+182+152=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB698 is #434967. Grayscale: #B4B4B4. Windows color (decimal): -4409704 or 10008252. OLE color: 10008252.

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

Color convert

RGB188182152-
CMYK00.030.190.26
HSL50º21.18%66.67%-
HSV(B)50º19.15%73.73%-
XYZ43.1346.4136.39-
YUV180.37111.99133.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=36.02%
G=34.87%
B=29.12%

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
Decimal18818215200.030.190.265021.1866.67
HexBCB69803131A321543
Octal2742662300323326225103
Binary1011110010110110100110000111001111010110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB698; }

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

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

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

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

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

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

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

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