Shades of Maverick #B7ADB5
Tints of Maverick #B7ADB5
RGB
CMYK
RGB Variations
Color information
#B7ADB5 (or 0xB7ADB5) is known color: Maverick. HEX triplet: B7, AD and B5. RGB value is (183,173,181). Sum of RGB (Red+Green+Blue) = 183+173+181=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADB5 is #48524A. Grayscale: #B0B0B0. Windows color (decimal): -4739659 or 11906487. OLE color: 11906487.
HSL color Cylindrical-coordinate representation of color #B7ADB5: hue angle of 312º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7ADB5 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 173 | 181 | - |
CMYK | 0 | 0.05 | 0.01 | 0.28 |
HSL | 312º | 0.06% | 0.7% | - |
HSV(B) | 312º | 0.05% | 0.72% | - |
XYZ | 42.81 | 43.29 | 49.82 | - |
YUV | 176.9 | 130.31 | 132.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 173 | 181 | 0 | 0.05 | 0.01 | 0.28 | 312 | 0.06 | 0.7 |
Hex | B7 | AD | B5 | 0 | 5 | 1 | 1C | 138 | 6 | 46 |
Octal | 267 | 255 | 265 | 0 | 5 | 1 | 34 | 470 | 6 | 106 |
Binary | 10110111 | 10101101 | 10110101 | 0 | 101 | 1 | 11100 | 100111000 | 110 | 1000110 |
Color Harmonies of #B7ADB5
Complementary color
Monochromatic Colors of #B7ADB5
Black with #B7ADB5
Text Example
Text Example
White with #B7ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADB5; }
p { color: rgb(183,173,181); }
H1.HeaderClassName
{
color: #B7ADB5;
}
.AnyTagClassName
{
color: #B7ADB5;
}
</style>
background-color css
<style>
a { background-color: #B7ADB5; }
a { background-color: rgb(183,173,181); }
div.DivClassName
{
background-color: #B7ADB5;
}
.BgClassName
{
background-color: #B7ADB5;
}
</style>
border-color css
<style>
span { border-color: #B7ADB5; }
span { border-color: rgb(183,173,181); }
td.TdClassName
{
border-color: #B7ADB5;
}
.TagClassName
{
border-color: #B7ADB5;
}
</style>