Shades of Meteor #B9702A
Tints of Meteor #B9702A
RGB
CMYK
RGB Variations
Color information
#B9702A (or 0xB9702A) is known color: Meteor. HEX triplet: B9, 70 and 2A. RGB value is (185,112,42). Sum of RGB (Red+Green+Blue) = 185+112+42=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B9702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9702A is #468FD5. Grayscale: #7E7E7E. Windows color (decimal): -4624342 or 2781369. OLE color: 2781369.
HSL color Cylindrical-coordinate representation of color #B9702A: hue angle of 29.37º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9702A is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 42 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.27 |
| HSL | 29.37º | 0.63% | 0.45% | - |
| HSV(B) | 29.37º | 0.77% | 0.73% | - |
| XYZ | 26.22 | 22.07 | 5.07 | - |
| YUV | 125.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 42 | 0 | 0.39 | 0.77 | 0.27 | 29.37 | 0.63 | 0.45 |
| Hex | B9 | 70 | 2A | 0 | 27 | 4D | 1B | 1D | 3F | 2D |
| Octal | 271 | 160 | 52 | 0 | 47 | 115 | 33 | 35 | 77 | 55 |
| Binary | 10111001 | 1110000 | 101010 | 0 | 100111 | 1001101 | 11011 | 11101 | 111111 | 101101 |
Color Harmonies of #B9702A
Complementary color
Monochromatic Colors of #B9702A
Black with #B9702A
Text Example
Text Example
White with #B9702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9702A; }
p { color: rgb(185,112,42); }
H1.HeaderClassName
{
color: #B9702A;
}
.AnyTagClassName
{
color: #B9702A;
}
</style>
background-color css
<style>
a { background-color: #B9702A; }
a { background-color: rgb(185,112,42); }
div.DivClassName
{
background-color: #B9702A;
}
.BgClassName
{
background-color: #B9702A;
}
</style>
border-color css
<style>
span { border-color: #B9702A; }
span { border-color: rgb(185,112,42); }
td.TdClassName
{
border-color: #B9702A;
}
.TagClassName
{
border-color: #B9702A;
}
</style>