Shades of Meteor #BD762F
Tints of Meteor #BD762F
RGB
CMYK
RGB Variations
Color information
#BD762F (or 0xBD762F) is known color: Meteor. HEX triplet: BD, 76 and 2F. RGB value is (189,118,47). Sum of RGB (Red+Green+Blue) = 189+118+47=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD762F is #4289D0. Grayscale: #838383. Windows color (decimal): -4360657 or 3110589. OLE color: 3110589.
HSL color Cylindrical-coordinate representation of color #BD762F: hue angle of 30º 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 #BD762F is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 47 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.26 |
| HSL | 30º | 0.6% | 0.46% | - |
| HSV(B) | 30º | 0.75% | 0.74% | - |
| XYZ | 27.98 | 23.98 | 5.84 | - |
| YUV | 131.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 47 | 0 | 0.38 | 0.75 | 0.26 | 30 | 0.6 | 0.46 |
| Hex | BD | 76 | 2F | 0 | 26 | 4B | 1A | 1E | 3C | 2E |
| Octal | 275 | 166 | 57 | 0 | 46 | 113 | 32 | 36 | 74 | 56 |
| Binary | 10111101 | 1110110 | 101111 | 0 | 100110 | 1001011 | 11010 | 11110 | 111100 | 101110 |
Color Harmonies of #BD762F
Complementary color
Monochromatic Colors of #BD762F
Black with #BD762F
Text Example
Text Example
White with #BD762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD762F; }
p { color: rgb(189,118,47); }
H1.HeaderClassName
{
color: #BD762F;
}
.AnyTagClassName
{
color: #BD762F;
}
</style>
background-color css
<style>
a { background-color: #BD762F; }
a { background-color: rgb(189,118,47); }
div.DivClassName
{
background-color: #BD762F;
}
.BgClassName
{
background-color: #BD762F;
}
</style>
border-color css
<style>
span { border-color: #BD762F; }
span { border-color: rgb(189,118,47); }
td.TdClassName
{
border-color: #BD762F;
}
.TagClassName
{
border-color: #BD762F;
}
</style>