Shades of Meteor #BD772F
Tints of Meteor #BD772F
RGB
CMYK
RGB Variations
Color information
#BD772F (or 0xBD772F) is known color: Meteor. HEX triplet: BD, 77 and 2F. RGB value is (189,119,47). Sum of RGB (Red+Green+Blue) = 189+119+47=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD772F is #4288D0. Grayscale: #848484. Windows color (decimal): -4360401 or 3110845. OLE color: 3110845.
HSL color Cylindrical-coordinate representation of color #BD772F: hue angle of 30.42º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD772F is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 47 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.26 |
| HSL | 30.42º | 0.6% | 0.46% | - |
| HSV(B) | 30.42º | 0.75% | 0.74% | - |
| XYZ | 28.1 | 24.22 | 5.88 | - |
| YUV | 131.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 47 | 0 | 0.37 | 0.75 | 0.26 | 30.42 | 0.6 | 0.46 |
| Hex | BD | 77 | 2F | 0 | 25 | 4B | 1A | 1E | 3C | 2E |
| Octal | 275 | 167 | 57 | 0 | 45 | 113 | 32 | 36 | 74 | 56 |
| Binary | 10111101 | 1110111 | 101111 | 0 | 100101 | 1001011 | 11010 | 11110 | 111100 | 101110 |
Color Harmonies of #BD772F
Complementary color
Monochromatic Colors of #BD772F
Black with #BD772F
Text Example
Text Example
White with #BD772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD772F; }
p { color: rgb(189,119,47); }
H1.HeaderClassName
{
color: #BD772F;
}
.AnyTagClassName
{
color: #BD772F;
}
</style>
background-color css
<style>
a { background-color: #BD772F; }
a { background-color: rgb(189,119,47); }
div.DivClassName
{
background-color: #BD772F;
}
.BgClassName
{
background-color: #BD772F;
}
</style>
border-color css
<style>
span { border-color: #BD772F; }
span { border-color: rgb(189,119,47); }
td.TdClassName
{
border-color: #BD772F;
}
.TagClassName
{
border-color: #BD772F;
}
</style>