#BBB69E

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

Shades of Tana #BBB69E

Tints of Tana #BBB69E

Color information

#BBB69E (or 0xBBB69E) is unknown color: approx Tana. HEX triplet: BB, B6 and 9E. RGB value is (187,182,158). Sum of RGB (Red+Green+Blue) = 187+182+158=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB69E is #444961. Grayscale: #B4B4B4. Windows color (decimal): -4475234 or 10401467. OLE color: 10401467.

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

Color convert

RGB187182158-
CMYK00.030.160.27
HSL49.66º17.58%67.65%-
HSV(B)49.66º15.51%73.33%-
XYZ43.3946.4939.03-
YUV180.76115.16132.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 158 (62.11% from 255) = 29.98%
R=35.48%
G=34.54%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718215800.030.160.2749.6617.5867.65
HexBBB69E03101B321244
Octal2732662360320336222104
Binary1011101110110110100111100111000011011110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB69E; }

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

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

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

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

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

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

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

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