Shades of Golden Brown #B0690D
Tints of Golden Brown #B0690D
RGB
CMYK
RGB Variations
Color information
#B0690D (or 0xB0690D) is known color: Golden Brown. HEX triplet: B0, 69 and 0D. RGB value is (176,105,13). Sum of RGB (Red+Green+Blue) = 176+105+13=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B0690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0690D is #4F96F2. Grayscale: #747474. Windows color (decimal): -5215987 or 879024. OLE color: 879024.
HSL color Cylindrical-coordinate representation of color #B0690D: hue angle of 33.87º 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 #B0690D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 13 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.31 |
| HSL | 33.87º | 0.86% | 0.37% | - |
| HSV(B) | 33.87º | 0.93% | 0.69% | - |
| XYZ | 23.03 | 19.36 | 2.9 | - |
| YUV | 115.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 13 | 0 | 0.40 | 0.93 | 0.31 | 33.87 | 0.86 | 0.37 |
| Hex | B0 | 69 | D | 0 | 28 | 5D | 1F | 22 | 56 | 25 |
| Octal | 260 | 151 | 15 | 0 | 50 | 135 | 37 | 42 | 126 | 45 |
| Binary | 10110000 | 1101001 | 1101 | 0 | 101000 | 1011101 | 11111 | 100010 | 1010110 | 100101 |
Color Harmonies of #B0690D
Complementary color
Monochromatic Colors of #B0690D
Black with #B0690D
Text Example
Text Example
White with #B0690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0690D; }
p { color: rgb(176,105,13); }
H1.HeaderClassName
{
color: #B0690D;
}
.AnyTagClassName
{
color: #B0690D;
}
</style>
background-color css
<style>
a { background-color: #B0690D; }
a { background-color: rgb(176,105,13); }
div.DivClassName
{
background-color: #B0690D;
}
.BgClassName
{
background-color: #B0690D;
}
</style>
border-color css
<style>
span { border-color: #B0690D; }
span { border-color: rgb(176,105,13); }
td.TdClassName
{
border-color: #B0690D;
}
.TagClassName
{
border-color: #B0690D;
}
</style>