Shades of Meteor #B8783A
Tints of Meteor #B8783A
RGB
CMYK
RGB Variations
Color information
#B8783A (or 0xB8783A) is known color: Meteor. HEX triplet: B8, 78 and 3A. RGB value is (184,120,58). Sum of RGB (Red+Green+Blue) = 184+120+58=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8783A is #4787C5. Grayscale: #848484. Windows color (decimal): -4687814 or 3831992. OLE color: 3831992.
HSL color Cylindrical-coordinate representation of color #B8783A: hue angle of 29.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8783A is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 58 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.28 |
| HSL | 29.52º | 0.52% | 0.47% | - |
| HSV(B) | 29.52º | 0.68% | 0.72% | - |
| XYZ | 27.25 | 23.93 | 7.19 | - |
| YUV | 132.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 58 | 0 | 0.35 | 0.68 | 0.28 | 29.52 | 0.52 | 0.47 |
| Hex | B8 | 78 | 3A | 0 | 23 | 44 | 1C | 1E | 34 | 2F |
| Octal | 270 | 170 | 72 | 0 | 43 | 104 | 34 | 36 | 64 | 57 |
| Binary | 10111000 | 1111000 | 111010 | 0 | 100011 | 1000100 | 11100 | 11110 | 110100 | 101111 |
Color Harmonies of #B8783A
Complementary color
Monochromatic Colors of #B8783A
Black with #B8783A
Text Example
Text Example
White with #B8783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8783A; }
p { color: rgb(184,120,58); }
H1.HeaderClassName
{
color: #B8783A;
}
.AnyTagClassName
{
color: #B8783A;
}
</style>
background-color css
<style>
a { background-color: #B8783A; }
a { background-color: rgb(184,120,58); }
div.DivClassName
{
background-color: #B8783A;
}
.BgClassName
{
background-color: #B8783A;
}
</style>
border-color css
<style>
span { border-color: #B8783A; }
span { border-color: rgb(184,120,58); }
td.TdClassName
{
border-color: #B8783A;
}
.TagClassName
{
border-color: #B8783A;
}
</style>