Shades of Dark Gray #B4AEAE
Tints of Dark Gray #B4AEAE
RGB
CMYK
RGB Variations
Color information
#B4AEAE (or 0xB4AEAE) is known color: Dark Gray. HEX triplet: B4, AE and AE. RGB value is (180,174,174). Sum of RGB (Red+Green+Blue) = 180+174+174=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AEAE is #4B5151. Grayscale: #AFAFAF. Windows color (decimal): -4936018 or 11447988. OLE color: 11447988.
HSL color Cylindrical-coordinate representation of color #B4AEAE: hue angle of 0º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B4AEAE is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 174 | 174 | - |
CMYK | 0 | 0.03 | 0.03 | 0.29 |
HSL | 0º | 0.04% | 0.69% | - |
HSV(B) | 0º | 0.03% | 0.71% | - |
XYZ | 41.6 | 43.03 | 46.16 | - |
YUV | 175.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 174 | 174 | 0 | 0.03 | 0.03 | 0.29 | 0 | 0.04 | 0.69 |
Hex | B4 | AE | AE | 0 | 3 | 3 | 1D | 0 | 4 | 45 |
Octal | 264 | 256 | 256 | 0 | 3 | 3 | 35 | 0 | 4 | 105 |
Binary | 10110100 | 10101110 | 10101110 | 0 | 11 | 11 | 11101 | 0 | 100 | 1000101 |
Color Harmonies of #B4AEAE
Complementary color
Monochromatic Colors of #B4AEAE
Black with #B4AEAE
Text Example
Text Example
White with #B4AEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AEAE; }
p { color: rgb(180,174,174); }
H1.HeaderClassName
{
color: #B4AEAE;
}
.AnyTagClassName
{
color: #B4AEAE;
}
</style>
background-color css
<style>
a { background-color: #B4AEAE; }
a { background-color: rgb(180,174,174); }
div.DivClassName
{
background-color: #B4AEAE;
}
.BgClassName
{
background-color: #B4AEAE;
}
</style>
border-color css
<style>
span { border-color: #B4AEAE; }
span { border-color: rgb(180,174,174); }
td.TdClassName
{
border-color: #B4AEAE;
}
.TagClassName
{
border-color: #B4AEAE;
}
</style>