Shades of Meteor #B9783A
Tints of Meteor #B9783A
RGB
CMYK
RGB Variations
Color information
#B9783A (or 0xB9783A) is known color: Meteor. HEX triplet: B9, 78 and 3A. RGB value is (185,120,58). Sum of RGB (Red+Green+Blue) = 185+120+58=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9783A is #4687C5. Grayscale: #848484. Windows color (decimal): -4622278 or 3831993. OLE color: 3831993.
HSL color Cylindrical-coordinate representation of color #B9783A: hue angle of 29.29º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9783A is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 58 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.27 |
| HSL | 29.29º | 0.52% | 0.48% | - |
| HSV(B) | 29.29º | 0.69% | 0.73% | - |
| XYZ | 27.49 | 24.05 | 7.2 | - |
| YUV | 132.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 58 | 0 | 0.35 | 0.69 | 0.27 | 29.29 | 0.52 | 0.48 |
| Hex | B9 | 78 | 3A | 0 | 23 | 45 | 1B | 1D | 34 | 30 |
| Octal | 271 | 170 | 72 | 0 | 43 | 105 | 33 | 35 | 64 | 60 |
| Binary | 10111001 | 1111000 | 111010 | 0 | 100011 | 1000101 | 11011 | 11101 | 110100 | 110000 |
Color Harmonies of #B9783A
Complementary color
Monochromatic Colors of #B9783A
Black with #B9783A
Text Example
Text Example
White with #B9783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9783A; }
p { color: rgb(185,120,58); }
H1.HeaderClassName
{
color: #B9783A;
}
.AnyTagClassName
{
color: #B9783A;
}
</style>
background-color css
<style>
a { background-color: #B9783A; }
a { background-color: rgb(185,120,58); }
div.DivClassName
{
background-color: #B9783A;
}
.BgClassName
{
background-color: #B9783A;
}
</style>
border-color css
<style>
span { border-color: #B9783A; }
span { border-color: rgb(185,120,58); }
td.TdClassName
{
border-color: #B9783A;
}
.TagClassName
{
border-color: #B9783A;
}
</style>