Shades of Tana #B7B5A4
Tints of Tana #B7B5A4
RGB
CMYK
RGB Variations
Color information
#B7B5A4 (or 0xB7B5A4) is known color: Tana. HEX triplet: B7, B5 and A4. RGB value is (183,181,164). Sum of RGB (Red+Green+Blue) = 183+181+164=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B5A4 is #484A5B. Grayscale: #B3B3B3. Windows color (decimal): -4737628 or 10794423. OLE color: 10794423.
HSL color Cylindrical-coordinate representation of color #B7B5A4: hue angle of 53.68º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7B5A4 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 181 | 164 | - |
CMYK | 0 | 0.01 | 0.10 | 0.28 |
HSL | 53.68º | 0.12% | 0.68% | - |
HSV(B) | 53.68º | 0.1% | 0.72% | - |
XYZ | 42.75 | 45.8 | 41.71 | - |
YUV | 179.66 | 119.16 | 130.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 181 | 164 | 0 | 0.01 | 0.10 | 0.28 | 53.68 | 0.12 | 0.68 |
Hex | B7 | B5 | A4 | 0 | 1 | A | 1C | 36 | C | 44 |
Octal | 267 | 265 | 244 | 0 | 1 | 12 | 34 | 66 | 14 | 104 |
Binary | 10110111 | 10110101 | 10100100 | 0 | 1 | 1010 | 11100 | 110110 | 1100 | 1000100 |
Color Harmonies of #B7B5A4
Complementary color
Monochromatic Colors of #B7B5A4
Black with #B7B5A4
Text Example
Text Example
White with #B7B5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B5A4; }
p { color: rgb(183,181,164); }
H1.HeaderClassName
{
color: #B7B5A4;
}
.AnyTagClassName
{
color: #B7B5A4;
}
</style>
background-color css
<style>
a { background-color: #B7B5A4; }
a { background-color: rgb(183,181,164); }
div.DivClassName
{
background-color: #B7B5A4;
}
.BgClassName
{
background-color: #B7B5A4;
}
</style>
border-color css
<style>
span { border-color: #B7B5A4; }
span { border-color: rgb(183,181,164); }
td.TdClassName
{
border-color: #B7B5A4;
}
.TagClassName
{
border-color: #B7B5A4;
}
</style>