Shades of Golden Brown #B05A0D
Tints of Golden Brown #B05A0D
RGB
CMYK
RGB Variations
Color information
#B05A0D (or 0xB05A0D) is known color: Golden Brown. HEX triplet: B0, 5A and 0D. RGB value is (176,90,13). Sum of RGB (Red+Green+Blue) = 176+90+13=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A0D is #4FA5F2. Grayscale: #6B6B6B. Windows color (decimal): -5219827 or 875184. OLE color: 875184.
HSL color Cylindrical-coordinate representation of color #B05A0D: hue angle of 28.34º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B05A0D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 13 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.31 |
| HSL | 28.34º | 0.86% | 0.37% | - |
| HSV(B) | 28.34º | 0.93% | 0.69% | - |
| XYZ | 21.63 | 16.57 | 2.44 | - |
| YUV | 106.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 13 | 0 | 0.49 | 0.93 | 0.31 | 28.34 | 0.86 | 0.37 |
| Hex | B0 | 5A | D | 0 | 31 | 5D | 1F | 1C | 56 | 25 |
| Octal | 260 | 132 | 15 | 0 | 61 | 135 | 37 | 34 | 126 | 45 |
| Binary | 10110000 | 1011010 | 1101 | 0 | 110001 | 1011101 | 11111 | 11100 | 1010110 | 100101 |
Color Harmonies of #B05A0D
Complementary color
Monochromatic Colors of #B05A0D
Black with #B05A0D
Text Example
Text Example
White with #B05A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A0D; }
p { color: rgb(176,90,13); }
H1.HeaderClassName
{
color: #B05A0D;
}
.AnyTagClassName
{
color: #B05A0D;
}
</style>
background-color css
<style>
a { background-color: #B05A0D; }
a { background-color: rgb(176,90,13); }
div.DivClassName
{
background-color: #B05A0D;
}
.BgClassName
{
background-color: #B05A0D;
}
</style>
border-color css
<style>
span { border-color: #B05A0D; }
span { border-color: rgb(176,90,13); }
td.TdClassName
{
border-color: #B05A0D;
}
.TagClassName
{
border-color: #B05A0D;
}
</style>