#B7B69C

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

Shades of Tana #B7B69C

Tints of Tana #B7B69C

Color information

#B7B69C (or 0xB7B69C) is unknown color: approx Tana. HEX triplet: B7, B6 and 9C. RGB value is (183,182,156). Sum of RGB (Red+Green+Blue) = 183+182+156=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B69C is #484963. Grayscale: #B3B3B3. Windows color (decimal): -4737380 or 10270391. OLE color: 10270391.

HSL color Cylindrical-coordinate representation of color #B7B69C: hue angle of 57.78º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7B69C is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB183182156-
CMYK00.010.150.28
HSL57.78º15.79%66.47%-
HSV(B)57.78º14.75%71.76%-
XYZ42.2645.9238.09-
YUV179.33114.83130.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=35.12%
G=34.93%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318215600.010.150.2857.7815.7966.47
HexB7B69C01F1C3a1042
Octal2672662340117347220102
Binary10110111101101101001110001111111100111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B69C; }

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

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

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

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

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

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

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

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