Shades of Golden Brown #B0630D
Tints of Golden Brown #B0630D
RGB
CMYK
RGB Variations
Color information
#B0630D (or 0xB0630D) is known color: Golden Brown. HEX triplet: B0, 63 and 0D. RGB value is (176,99,13). Sum of RGB (Red+Green+Blue) = 176+99+13=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0630D is #4F9CF2. Grayscale: #707070. Windows color (decimal): -5217523 or 877488. OLE color: 877488.
HSL color Cylindrical-coordinate representation of color #B0630D: hue angle of 31.66º 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 #B0630D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 13 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.31 |
| HSL | 31.66º | 0.86% | 0.37% | - |
| HSV(B) | 31.66º | 0.93% | 0.69% | - |
| XYZ | 22.44 | 18.18 | 2.71 | - |
| YUV | 112.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 13 | 0 | 0.44 | 0.93 | 0.31 | 31.66 | 0.86 | 0.37 |
| Hex | B0 | 63 | D | 0 | 2C | 5D | 1F | 20 | 56 | 25 |
| Octal | 260 | 143 | 15 | 0 | 54 | 135 | 37 | 40 | 126 | 45 |
| Binary | 10110000 | 1100011 | 1101 | 0 | 101100 | 1011101 | 11111 | 100000 | 1010110 | 100101 |
Color Harmonies of #B0630D
Complementary color
Monochromatic Colors of #B0630D
Black with #B0630D
Text Example
Text Example
White with #B0630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0630D; }
p { color: rgb(176,99,13); }
H1.HeaderClassName
{
color: #B0630D;
}
.AnyTagClassName
{
color: #B0630D;
}
</style>
background-color css
<style>
a { background-color: #B0630D; }
a { background-color: rgb(176,99,13); }
div.DivClassName
{
background-color: #B0630D;
}
.BgClassName
{
background-color: #B0630D;
}
</style>
border-color css
<style>
span { border-color: #B0630D; }
span { border-color: rgb(176,99,13); }
td.TdClassName
{
border-color: #B0630D;
}
.TagClassName
{
border-color: #B0630D;
}
</style>