Shades of Dark Goldenrod #B48A1A
Tints of Dark Goldenrod #B48A1A
RGB
CMYK
RGB Variations
Color information
#B48A1A (or 0xB48A1A) is known color: Dark Goldenrod. HEX triplet: B4, 8A and 1A. RGB value is (180,138,26). Sum of RGB (Red+Green+Blue) = 180+138+26=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A1A is #4B75E5. Grayscale: #8A8A8A. Windows color (decimal): -4945382 or 1739444. OLE color: 1739444.
HSL color Cylindrical-coordinate representation of color #B48A1A: hue angle of 43.64º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B48A1A is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 26 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.29 |
| HSL | 43.64º | 0.75% | 0.4% | - |
| HSV(B) | 43.64º | 0.86% | 0.71% | - |
| XYZ | 28.1 | 27.95 | 4.89 | - |
| YUV | 137.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 26 | 0 | 0.23 | 0.86 | 0.29 | 43.64 | 0.75 | 0.4 |
| Hex | B4 | 8A | 1A | 0 | 17 | 56 | 1D | 2C | 4B | 28 |
| Octal | 264 | 212 | 32 | 0 | 27 | 126 | 35 | 54 | 113 | 50 |
| Binary | 10110100 | 10001010 | 11010 | 0 | 10111 | 1010110 | 11101 | 101100 | 1001011 | 101000 |
Color Harmonies of #B48A1A
Complementary color
Monochromatic Colors of #B48A1A
Black with #B48A1A
Text Example
Text Example
White with #B48A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A1A; }
p { color: rgb(180,138,26); }
H1.HeaderClassName
{
color: #B48A1A;
}
.AnyTagClassName
{
color: #B48A1A;
}
</style>
background-color css
<style>
a { background-color: #B48A1A; }
a { background-color: rgb(180,138,26); }
div.DivClassName
{
background-color: #B48A1A;
}
.BgClassName
{
background-color: #B48A1A;
}
</style>
border-color css
<style>
span { border-color: #B48A1A; }
span { border-color: rgb(180,138,26); }
td.TdClassName
{
border-color: #B48A1A;
}
.TagClassName
{
border-color: #B48A1A;
}
</style>