#BBB69D

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

Shades of Tana #BBB69D

Tints of Tana #BBB69D

Color information

#BBB69D (or 0xBBB69D) is unknown color: approx Tana. HEX triplet: BB, B6 and 9D. RGB value is (187,182,157). Sum of RGB (Red+Green+Blue) = 187+182+157=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB69D is #444962. Grayscale: #B4B4B4. Windows color (decimal): -4475235 or 10335931. OLE color: 10335931.

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

Color convert

RGB187182157-
CMYK00.030.160.27
HSL50º18.07%67.45%-
HSV(B)50º16.04%73.33%-
XYZ43.3146.4638.58-
YUV180.64114.66132.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=35.55%
G=34.60%
B=29.85%

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
Decimal18718215700.030.160.275018.0767.45
HexBBB69D03101B321243
Octal2732662350320336222103
Binary1011101110110110100111010111000011011110010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB69D; }

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

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

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

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

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

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

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

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