#BBB498

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

Shades of Tana #BBB498

Tints of Tana #BBB498

Color information

#BBB498 (or 0xBBB498) is unknown color: approx Tana. HEX triplet: BB, B4 and 98. RGB value is (187,180,152). Sum of RGB (Red+Green+Blue) = 187+180+152=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB498 is #444B67. Grayscale: #B3B3B3. Windows color (decimal): -4475752 or 10007739. OLE color: 10007739.

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

Color convert

RGB187180152-
CMYK00.040.190.27
HSL48º20.47%66.47%-
HSV(B)48º18.72%73.33%-
XYZ42.4845.4736.24-
YUV178.9112.82133.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 152 (59.77% from 255) = 29.29%
R=36.03%
G=34.68%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718015200.040.190.274820.4766.47
HexBBB49804131B301442
Octal2732642300423336024102
Binary10111011101101001001100001001001111011110000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB498; }

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

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

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

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

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

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

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

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