Shades of Golden Brown #B06819
Tints of Golden Brown #B06819
RGB
CMYK
RGB Variations
Color information
#B06819 (or 0xB06819) is known color: Golden Brown. HEX triplet: B0, 68 and 19. RGB value is (176,104,25). Sum of RGB (Red+Green+Blue) = 176+104+25=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B06819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06819 is #4F97E6. Grayscale: #747474. Windows color (decimal): -5216231 or 1665200. OLE color: 1665200.
HSL color Cylindrical-coordinate representation of color #B06819: hue angle of 31.39º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B06819 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 25 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.31 |
| HSL | 31.39º | 0.75% | 0.39% | - |
| HSV(B) | 31.39º | 0.86% | 0.69% | - |
| XYZ | 23.03 | 19.2 | 3.41 | - |
| YUV | 116.52 | 76.35 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 25 | 0 | 0.41 | 0.86 | 0.31 | 31.39 | 0.75 | 0.39 |
| Hex | B0 | 68 | 19 | 0 | 29 | 56 | 1F | 1F | 4B | 27 |
| Octal | 260 | 150 | 31 | 0 | 51 | 126 | 37 | 37 | 113 | 47 |
| Binary | 10110000 | 1101000 | 11001 | 0 | 101001 | 1010110 | 11111 | 11111 | 1001011 | 100111 |
Color Harmonies of #B06819
Complementary color
Monochromatic Colors of #B06819
Black with #B06819
Text Example
Text Example
White with #B06819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06819; }
p { color: rgb(176,104,25); }
H1.HeaderClassName
{
color: #B06819;
}
.AnyTagClassName
{
color: #B06819;
}
</style>
background-color css
<style>
a { background-color: #B06819; }
a { background-color: rgb(176,104,25); }
div.DivClassName
{
background-color: #B06819;
}
.BgClassName
{
background-color: #B06819;
}
</style>
border-color css
<style>
span { border-color: #B06819; }
span { border-color: rgb(176,104,25); }
td.TdClassName
{
border-color: #B06819;
}
.TagClassName
{
border-color: #B06819;
}
</style>