Shades of Golden Brown #B0690B
Tints of Golden Brown #B0690B
RGB
CMYK
RGB Variations
Color information
#B0690B (or 0xB0690B) is known color: Golden Brown. HEX triplet: B0, 69 and 0B. RGB value is (176,105,11). Sum of RGB (Red+Green+Blue) = 176+105+11=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0690B is #4F96F4. Grayscale: #737373. Windows color (decimal): -5215989 or 747952. OLE color: 747952.
HSL color Cylindrical-coordinate representation of color #B0690B: hue angle of 34.18º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0690B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 11 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.31 |
| HSL | 34.18º | 0.88% | 0.37% | - |
| HSV(B) | 34.18º | 0.94% | 0.69% | - |
| XYZ | 23.02 | 19.36 | 2.84 | - |
| YUV | 115.51 | 69.02 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 11 | 0 | 0.40 | 0.94 | 0.31 | 34.18 | 0.88 | 0.37 |
| Hex | B0 | 69 | B | 0 | 28 | 5E | 1F | 22 | 58 | 25 |
| Octal | 260 | 151 | 13 | 0 | 50 | 136 | 37 | 42 | 130 | 45 |
| Binary | 10110000 | 1101001 | 1011 | 0 | 101000 | 1011110 | 11111 | 100010 | 1011000 | 100101 |
Color Harmonies of #B0690B
Complementary color
Monochromatic Colors of #B0690B
Black with #B0690B
Text Example
Text Example
White with #B0690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0690B; }
p { color: rgb(176,105,11); }
H1.HeaderClassName
{
color: #B0690B;
}
.AnyTagClassName
{
color: #B0690B;
}
</style>
background-color css
<style>
a { background-color: #B0690B; }
a { background-color: rgb(176,105,11); }
div.DivClassName
{
background-color: #B0690B;
}
.BgClassName
{
background-color: #B0690B;
}
</style>
border-color css
<style>
span { border-color: #B0690B; }
span { border-color: rgb(176,105,11); }
td.TdClassName
{
border-color: #B0690B;
}
.TagClassName
{
border-color: #B0690B;
}
</style>