Shades of Eagle #B3B192
Tints of Eagle #B3B192
RGB
CMYK
RGB Variations
Color information
#B3B192 (or 0xB3B192) is known color: Eagle. HEX triplet: B3, B1 and 92. RGB value is (179,177,146). Sum of RGB (Red+Green+Blue) = 179+177+146=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B192 is #4C4E6D. Grayscale: #AEAEAE. Windows color (decimal): -5000814 or 9613747. OLE color: 9613747.
HSL color Cylindrical-coordinate representation of color #B3B192: hue angle of 56.36º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3B192 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 177 | 146 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.30 |
| HSL | 56.36º | 0.18% | 0.64% | - |
| HSV(B) | 56.36º | 0.18% | 0.7% | - |
| XYZ | 39.5 | 43.1 | 33.43 | - |
| YUV | 174.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 146 | 0 | 0.01 | 0.18 | 0.30 | 56.36 | 0.18 | 0.64 |
| Hex | B3 | B1 | 92 | 0 | 1 | 12 | 1E | 38 | 12 | 40 |
| Octal | 263 | 261 | 222 | 0 | 1 | 22 | 36 | 70 | 22 | 100 |
| Binary | 10110011 | 10110001 | 10010010 | 0 | 1 | 10010 | 11110 | 111000 | 10010 | 1000000 |
Color Harmonies of #B3B192
Complementary color
Monochromatic Colors of #B3B192
Black with #B3B192
Text Example
Text Example
White with #B3B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B192; }
p { color: rgb(179,177,146); }
H1.HeaderClassName
{
color: #B3B192;
}
.AnyTagClassName
{
color: #B3B192;
}
</style>
background-color css
<style>
a { background-color: #B3B192; }
a { background-color: rgb(179,177,146); }
div.DivClassName
{
background-color: #B3B192;
}
.BgClassName
{
background-color: #B3B192;
}
</style>
border-color css
<style>
span { border-color: #B3B192; }
span { border-color: rgb(179,177,146); }
td.TdClassName
{
border-color: #B3B192;
}
.TagClassName
{
border-color: #B3B192;
}
</style>