#BBB998

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

Shades of Tana #BBB998

Tints of Tana #BBB998

Color information

#BBB998 (or 0xBBB998) is unknown color: approx Tana. HEX triplet: BB, B9 and 98. RGB value is (187,185,152). Sum of RGB (Red+Green+Blue) = 187+185+152=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB998 is #444667. Grayscale: #B5B5B5. Windows color (decimal): -4474472 or 10009019. OLE color: 10009019.

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

Color convert

RGB187185152-
CMYK00.010.190.27
HSL56.57º20.47%66.47%-
HSV(B)56.57º18.72%73.33%-
XYZ43.5147.5336.59-
YUV181.84111.16131.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=35.69%
G=35.31%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718515200.010.190.2756.5720.4766.47
HexBBB99801131B391442
Octal2732712300123337124102
Binary101110111011100110011000011001111011111001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB998; }

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

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

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

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

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

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

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

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