Shades of Meteor #BF7534
Tints of Meteor #BF7534
RGB
CMYK
RGB Variations
Color information
#BF7534 (or 0xBF7534) is known color: Meteor. HEX triplet: BF, 75 and 34. RGB value is (191,117,52). Sum of RGB (Red+Green+Blue) = 191+117+52=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7534 is #408ACB. Grayscale: #848484. Windows color (decimal): -4229836 or 3438015. OLE color: 3438015.
HSL color Cylindrical-coordinate representation of color #BF7534: hue angle of 28.06º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF7534 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 52 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.25 |
| HSL | 28.06º | 0.57% | 0.48% | - |
| HSV(B) | 28.06º | 0.73% | 0.75% | - |
| XYZ | 28.47 | 24.05 | 6.39 | - |
| YUV | 131.72 | 83.02 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 52 | 0 | 0.39 | 0.73 | 0.25 | 28.06 | 0.57 | 0.48 |
| Hex | BF | 75 | 34 | 0 | 27 | 49 | 19 | 1C | 39 | 30 |
| Octal | 277 | 165 | 64 | 0 | 47 | 111 | 31 | 34 | 71 | 60 |
| Binary | 10111111 | 1110101 | 110100 | 0 | 100111 | 1001001 | 11001 | 11100 | 111001 | 110000 |
Color Harmonies of #BF7534
Complementary color
Monochromatic Colors of #BF7534
Black with #BF7534
Text Example
Text Example
White with #BF7534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7534; }
p { color: rgb(191,117,52); }
H1.HeaderClassName
{
color: #BF7534;
}
.AnyTagClassName
{
color: #BF7534;
}
</style>
background-color css
<style>
a { background-color: #BF7534; }
a { background-color: rgb(191,117,52); }
div.DivClassName
{
background-color: #BF7534;
}
.BgClassName
{
background-color: #BF7534;
}
</style>
border-color css
<style>
span { border-color: #BF7534; }
span { border-color: rgb(191,117,52); }
td.TdClassName
{
border-color: #BF7534;
}
.TagClassName
{
border-color: #BF7534;
}
</style>