Shades of Golden Brown #B15F05
Tints of Golden Brown #B15F05
RGB
CMYK
RGB Variations
Color information
#B15F05 (or 0xB15F05) is known color: Golden Brown. HEX triplet: B1, 5F and 05. RGB value is (177,95,5). Sum of RGB (Red+Green+Blue) = 177+95+5=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15F05 is #4EA0FA. Grayscale: #6D6D6D. Windows color (decimal): -5153019 or 352177. OLE color: 352177.
HSL color Cylindrical-coordinate representation of color #B15F05: hue angle of 31.4º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B15F05 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 5 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.31 |
| HSL | 31.4º | 0.95% | 0.36% | - |
| HSV(B) | 31.4º | 0.97% | 0.69% | - |
| XYZ | 22.25 | 17.54 | 2.36 | - |
| YUV | 109.26 | 69.17 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 5 | 0 | 0.46 | 0.97 | 0.31 | 31.4 | 0.95 | 0.36 |
| Hex | B1 | 5F | 5 | 0 | 2E | 61 | 1F | 1F | 5F | 24 |
| Octal | 261 | 137 | 5 | 0 | 56 | 141 | 37 | 37 | 137 | 44 |
| Binary | 10110001 | 1011111 | 101 | 0 | 101110 | 1100001 | 11111 | 11111 | 1011111 | 100100 |
Color Harmonies of #B15F05
Complementary color
Monochromatic Colors of #B15F05
Black with #B15F05
Text Example
Text Example
White with #B15F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F05; }
p { color: rgb(177,95,5); }
H1.HeaderClassName
{
color: #B15F05;
}
.AnyTagClassName
{
color: #B15F05;
}
</style>
background-color css
<style>
a { background-color: #B15F05; }
a { background-color: rgb(177,95,5); }
div.DivClassName
{
background-color: #B15F05;
}
.BgClassName
{
background-color: #B15F05;
}
</style>
border-color css
<style>
span { border-color: #B15F05; }
span { border-color: rgb(177,95,5); }
td.TdClassName
{
border-color: #B15F05;
}
.TagClassName
{
border-color: #B15F05;
}
</style>