Shades of Golden Brown #B05B0F
Tints of Golden Brown #B05B0F
RGB
CMYK
RGB Variations
Color information
#B05B0F (or 0xB05B0F) is known color: Golden Brown. HEX triplet: B0, 5B and 0F. RGB value is (176,91,15). Sum of RGB (Red+Green+Blue) = 176+91+15=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05B0F is #4FA4F0. Grayscale: #6C6C6C. Windows color (decimal): -5219569 or 1006512. OLE color: 1006512.
HSL color Cylindrical-coordinate representation of color #B05B0F: hue angle of 28.32º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B05B0F is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 91 | 15 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.31 |
| HSL | 28.32º | 0.84% | 0.37% | - |
| HSV(B) | 28.32º | 0.91% | 0.69% | - |
| XYZ | 21.73 | 16.75 | 2.54 | - |
| YUV | 107.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 15 | 0 | 0.48 | 0.91 | 0.31 | 28.32 | 0.84 | 0.37 |
| Hex | B0 | 5B | F | 0 | 30 | 5B | 1F | 1C | 54 | 25 |
| Octal | 260 | 133 | 17 | 0 | 60 | 133 | 37 | 34 | 124 | 45 |
| Binary | 10110000 | 1011011 | 1111 | 0 | 110000 | 1011011 | 11111 | 11100 | 1010100 | 100101 |
Color Harmonies of #B05B0F
Complementary color
Monochromatic Colors of #B05B0F
Black with #B05B0F
Text Example
Text Example
White with #B05B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05B0F; }
p { color: rgb(176,91,15); }
H1.HeaderClassName
{
color: #B05B0F;
}
.AnyTagClassName
{
color: #B05B0F;
}
</style>
background-color css
<style>
a { background-color: #B05B0F; }
a { background-color: rgb(176,91,15); }
div.DivClassName
{
background-color: #B05B0F;
}
.BgClassName
{
background-color: #B05B0F;
}
</style>
border-color css
<style>
span { border-color: #B05B0F; }
span { border-color: rgb(176,91,15); }
td.TdClassName
{
border-color: #B05B0F;
}
.TagClassName
{
border-color: #B05B0F;
}
</style>