Shades of Golden Brown #B4630B
Tints of Golden Brown #B4630B
RGB
CMYK
RGB Variations
Color information
#B4630B (or 0xB4630B) is known color: Golden Brown. HEX triplet: B4, 63 and 0B. RGB value is (180,99,11). Sum of RGB (Red+Green+Blue) = 180+99+11=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4630B is #4B9CF4. Grayscale: #717171. Windows color (decimal): -4955381 or 746420. OLE color: 746420.
HSL color Cylindrical-coordinate representation of color #B4630B: hue angle of 31.24º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4630B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.29 |
| HSL | 31.24º | 0.88% | 0.37% | - |
| HSV(B) | 31.24º | 0.94% | 0.71% | - |
| XYZ | 23.34 | 18.65 | 2.69 | - |
| YUV | 113.19 | 70.34 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 11 | 0 | 0.45 | 0.94 | 0.29 | 31.24 | 0.88 | 0.37 |
| Hex | B4 | 63 | B | 0 | 2D | 5E | 1D | 1F | 58 | 25 |
| Octal | 264 | 143 | 13 | 0 | 55 | 136 | 35 | 37 | 130 | 45 |
| Binary | 10110100 | 1100011 | 1011 | 0 | 101101 | 1011110 | 11101 | 11111 | 1011000 | 100101 |
Color Harmonies of #B4630B
Complementary color
Monochromatic Colors of #B4630B
Black with #B4630B
Text Example
Text Example
White with #B4630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4630B; }
p { color: rgb(180,99,11); }
H1.HeaderClassName
{
color: #B4630B;
}
.AnyTagClassName
{
color: #B4630B;
}
</style>
background-color css
<style>
a { background-color: #B4630B; }
a { background-color: rgb(180,99,11); }
div.DivClassName
{
background-color: #B4630B;
}
.BgClassName
{
background-color: #B4630B;
}
</style>
border-color css
<style>
span { border-color: #B4630B; }
span { border-color: rgb(180,99,11); }
td.TdClassName
{
border-color: #B4630B;
}
.TagClassName
{
border-color: #B4630B;
}
</style>