Shades of Golden Brown #B4630D
Tints of Golden Brown #B4630D
RGB
CMYK
RGB Variations
Color information
#B4630D (or 0xB4630D) is known color: Golden Brown. HEX triplet: B4, 63 and 0D. RGB value is (180,99,13). Sum of RGB (Red+Green+Blue) = 180+99+13=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B4630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4630D is #4B9CF2. Grayscale: #717171. Windows color (decimal): -4955379 or 877492. OLE color: 877492.
HSL color Cylindrical-coordinate representation of color #B4630D: hue angle of 30.9º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4630D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.29 |
| HSL | 30.9º | 0.87% | 0.38% | - |
| HSV(B) | 30.9º | 0.93% | 0.71% | - |
| XYZ | 23.36 | 18.66 | 2.75 | - |
| YUV | 113.42 | 71.34 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 13 | 0 | 0.45 | 0.93 | 0.29 | 30.9 | 0.87 | 0.38 |
| Hex | B4 | 63 | D | 0 | 2D | 5D | 1D | 1F | 57 | 26 |
| Octal | 264 | 143 | 15 | 0 | 55 | 135 | 35 | 37 | 127 | 46 |
| Binary | 10110100 | 1100011 | 1101 | 0 | 101101 | 1011101 | 11101 | 11111 | 1010111 | 100110 |
Color Harmonies of #B4630D
Complementary color
Monochromatic Colors of #B4630D
Black with #B4630D
Text Example
Text Example
White with #B4630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4630D; }
p { color: rgb(180,99,13); }
H1.HeaderClassName
{
color: #B4630D;
}
.AnyTagClassName
{
color: #B4630D;
}
</style>
background-color css
<style>
a { background-color: #B4630D; }
a { background-color: rgb(180,99,13); }
div.DivClassName
{
background-color: #B4630D;
}
.BgClassName
{
background-color: #B4630D;
}
</style>
border-color css
<style>
span { border-color: #B4630D; }
span { border-color: rgb(180,99,13); }
td.TdClassName
{
border-color: #B4630D;
}
.TagClassName
{
border-color: #B4630D;
}
</style>