#BBB698

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

Shades of Tana #BBB698

Tints of Tana #BBB698

Color information

#BBB698 (or 0xBBB698) is unknown color: approx Tana. HEX triplet: BB, B6 and 98. RGB value is (187,182,152). Sum of RGB (Red+Green+Blue) = 187+182+152=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB698 is #444967. Grayscale: #B4B4B4. Windows color (decimal): -4475240 or 10008251. OLE color: 10008251.

HSL color Cylindrical-coordinate representation of color #BBB698: hue angle of 51.43º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB698 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187182152-
CMYK00.030.190.27
HSL51.43º20.47%66.47%-
HSV(B)51.43º18.72%73.33%-
XYZ42.8946.2936.38-
YUV180.08112.16132.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=35.89%
G=34.93%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718215200.030.190.2751.4320.4766.47
HexBBB69803131B331442
Octal2732662300323336324102
Binary1011101110110110100110000111001111011110011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB698; }

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

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

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

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

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

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

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

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