Shades of Golden Brown #B06908
Tints of Golden Brown #B06908
RGB
CMYK
RGB Variations
Color information
#B06908 (or 0xB06908) is known color: Golden Brown. HEX triplet: B0, 69 and 08. RGB value is (176,105,8). Sum of RGB (Red+Green+Blue) = 176+105+8=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B06908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06908 is #4F96F7. Grayscale: #737373. Windows color (decimal): -5215992 or 551344. OLE color: 551344.
HSL color Cylindrical-coordinate representation of color #B06908: hue angle of 34.64º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B06908 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 8 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.31 |
| HSL | 34.64º | 0.91% | 0.36% | - |
| HSV(B) | 34.64º | 0.95% | 0.69% | - |
| XYZ | 23 | 19.35 | 2.75 | - |
| YUV | 115.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 8 | 0 | 0.40 | 0.95 | 0.31 | 34.64 | 0.91 | 0.36 |
| Hex | B0 | 69 | 8 | 0 | 28 | 5F | 1F | 23 | 5B | 24 |
| Octal | 260 | 151 | 10 | 0 | 50 | 137 | 37 | 43 | 133 | 44 |
| Binary | 10110000 | 1101001 | 1000 | 0 | 101000 | 1011111 | 11111 | 100011 | 1011011 | 100100 |
Color Harmonies of #B06908
Complementary color
Monochromatic Colors of #B06908
Black with #B06908
Text Example
Text Example
White with #B06908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06908; }
p { color: rgb(176,105,8); }
H1.HeaderClassName
{
color: #B06908;
}
.AnyTagClassName
{
color: #B06908;
}
</style>
background-color css
<style>
a { background-color: #B06908; }
a { background-color: rgb(176,105,8); }
div.DivClassName
{
background-color: #B06908;
}
.BgClassName
{
background-color: #B06908;
}
</style>
border-color css
<style>
span { border-color: #B06908; }
span { border-color: rgb(176,105,8); }
td.TdClassName
{
border-color: #B06908;
}
.TagClassName
{
border-color: #B06908;
}
</style>