#BBB69C

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

Shades of Tana #BBB69C

Tints of Tana #BBB69C

Color information

#BBB69C (or 0xBBB69C) is unknown color: approx Tana. HEX triplet: BB, B6 and 9C. RGB value is (187,182,156). Sum of RGB (Red+Green+Blue) = 187+182+156=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB69C is #444963. Grayscale: #B4B4B4. Windows color (decimal): -4475236 or 10270395. OLE color: 10270395.

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

Color convert

RGB187182156-
CMYK00.030.170.27
HSL50.32º18.56%67.25%-
HSV(B)50.32º16.58%73.33%-
XYZ43.2246.4238.13-
YUV180.53114.16132.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 156 (61.33% from 255) = 29.71%
R=35.62%
G=34.67%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718215600.030.170.2750.3218.5667.25
HexBBB69C03111B321343
Octal2732662340321336223103
Binary1011101110110110100111000111000111011110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB69C; }

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

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

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

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

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

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

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

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