#BBB699

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

Shades of Tana #BBB699

Tints of Tana #BBB699

Color information

#BBB699 (or 0xBBB699) is unknown color: approx Tana. HEX triplet: BB, B6 and 99. RGB value is (187,182,153). Sum of RGB (Red+Green+Blue) = 187+182+153=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB699 is #444966. Grayscale: #B4B4B4. Windows color (decimal): -4475239 or 10073787. OLE color: 10073787.

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

Color convert

RGB187182153-
CMYK00.030.180.27
HSL51.18º20%66.67%-
HSV(B)51.18º18.18%73.33%-
XYZ42.9746.3236.81-
YUV180.19112.66132.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=35.82%
G=34.87%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718215300.030.180.2751.182066.67
HexBBB69903121B331443
Octal2732662310322336324103
Binary1011101110110110100110010111001011011110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB699; }

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

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

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

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

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

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

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

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