Shades of Golden Brown #B45D12
Tints of Golden Brown #B45D12
RGB
CMYK
RGB Variations
Color information
#B45D12 (or 0xB45D12) is known color: Golden Brown. HEX triplet: B4, 5D and 12. RGB value is (180,93,18). Sum of RGB (Red+Green+Blue) = 180+93+18=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45D12 is #4BA2ED. Grayscale: #6E6E6E. Windows color (decimal): -4956910 or 1203636. OLE color: 1203636.
HSL color Cylindrical-coordinate representation of color #B45D12: hue angle of 27.78º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B45D12 is Cyan = 0, Magento = 0.48, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 18 | - |
| CMYK | 0 | 0.48 | 0.9 | 0.29 |
| HSL | 27.78º | 0.82% | 0.39% | - |
| HSV(B) | 27.78º | 0.9% | 0.71% | - |
| XYZ | 22.85 | 17.58 | 2.76 | - |
| YUV | 110.46 | 75.82 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 18 | 0 | 0.48 | 0.9 | 0.29 | 27.78 | 0.82 | 0.39 |
| Hex | B4 | 5D | 12 | 0 | 30 | 5A | 1D | 1C | 52 | 27 |
| Octal | 264 | 135 | 22 | 0 | 60 | 132 | 35 | 34 | 122 | 47 |
| Binary | 10110100 | 1011101 | 10010 | 0 | 110000 | 1011010 | 11101 | 11100 | 1010010 | 100111 |
Color Harmonies of #B45D12
Complementary color
Monochromatic Colors of #B45D12
Black with #B45D12
Text Example
Text Example
White with #B45D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D12; }
p { color: rgb(180,93,18); }
H1.HeaderClassName
{
color: #B45D12;
}
.AnyTagClassName
{
color: #B45D12;
}
</style>
background-color css
<style>
a { background-color: #B45D12; }
a { background-color: rgb(180,93,18); }
div.DivClassName
{
background-color: #B45D12;
}
.BgClassName
{
background-color: #B45D12;
}
</style>
border-color css
<style>
span { border-color: #B45D12; }
span { border-color: rgb(180,93,18); }
td.TdClassName
{
border-color: #B45D12;
}
.TagClassName
{
border-color: #B45D12;
}
</style>