Shades of Golden Brown #B05A10
Tints of Golden Brown #B05A10
RGB
CMYK
RGB Variations
Color information
#B05A10 (or 0xB05A10) is known color: Golden Brown. HEX triplet: B0, 5A and 10. RGB value is (176,90,16). Sum of RGB (Red+Green+Blue) = 176+90+16=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A10 is #4FA5EF. Grayscale: #6B6B6B. Windows color (decimal): -5219824 or 1071792. OLE color: 1071792.
HSL color Cylindrical-coordinate representation of color #B05A10: hue angle of 27.75º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B05A10 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 90 | 16 | - |
CMYK | 0 | 0.49 | 0.91 | 0.31 |
HSL | 27.75º | 0.83% | 0.38% | - |
HSV(B) | 27.75º | 0.91% | 0.69% | - |
XYZ | 21.65 | 16.58 | 2.55 | - |
YUV | 107.28 | 76.49 | 177.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 90 | 16 | 0 | 0.49 | 0.91 | 0.31 | 27.75 | 0.83 | 0.38 |
Hex | B0 | 5A | 10 | 0 | 31 | 5B | 1F | 1C | 53 | 26 |
Octal | 260 | 132 | 20 | 0 | 61 | 133 | 37 | 34 | 123 | 46 |
Binary | 10110000 | 1011010 | 10000 | 0 | 110001 | 1011011 | 11111 | 11100 | 1010011 | 100110 |
Color Harmonies of #B05A10
Complementary color
Monochromatic Colors of #B05A10
Black with #B05A10
Text Example
Text Example
White with #B05A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A10; }
p { color: rgb(176,90,16); }
H1.HeaderClassName
{
color: #B05A10;
}
.AnyTagClassName
{
color: #B05A10;
}
</style>
background-color css
<style>
a { background-color: #B05A10; }
a { background-color: rgb(176,90,16); }
div.DivClassName
{
background-color: #B05A10;
}
.BgClassName
{
background-color: #B05A10;
}
</style>
border-color css
<style>
span { border-color: #B05A10; }
span { border-color: rgb(176,90,16); }
td.TdClassName
{
border-color: #B05A10;
}
.TagClassName
{
border-color: #B05A10;
}
</style>