Shades of Dark Goldenrod #B88A1A
Tints of Dark Goldenrod #B88A1A
RGB
CMYK
RGB Variations
Color information
#B88A1A (or 0xB88A1A) is known color: Dark Goldenrod. HEX triplet: B8, 8A and 1A. RGB value is (184,138,26). Sum of RGB (Red+Green+Blue) = 184+138+26=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A1A is #4775E5. Grayscale: #8B8B8B. Windows color (decimal): -4683238 or 1739448. OLE color: 1739448.
HSL color Cylindrical-coordinate representation of color #B88A1A: hue angle of 42.53º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B88A1A is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 26 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.28 |
| HSL | 42.53º | 0.75% | 0.41% | - |
| HSV(B) | 42.53º | 0.86% | 0.72% | - |
| XYZ | 29.04 | 28.44 | 4.94 | - |
| YUV | 138.99 | 64.24 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 26 | 0 | 0.25 | 0.86 | 0.28 | 42.53 | 0.75 | 0.41 |
| Hex | B8 | 8A | 1A | 0 | 19 | 56 | 1C | 2B | 4B | 29 |
| Octal | 270 | 212 | 32 | 0 | 31 | 126 | 34 | 53 | 113 | 51 |
| Binary | 10111000 | 10001010 | 11010 | 0 | 11001 | 1010110 | 11100 | 101011 | 1001011 | 101001 |
Color Harmonies of #B88A1A
Complementary color
Monochromatic Colors of #B88A1A
Black with #B88A1A
Text Example
Text Example
White with #B88A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A1A; }
p { color: rgb(184,138,26); }
H1.HeaderClassName
{
color: #B88A1A;
}
.AnyTagClassName
{
color: #B88A1A;
}
</style>
background-color css
<style>
a { background-color: #B88A1A; }
a { background-color: rgb(184,138,26); }
div.DivClassName
{
background-color: #B88A1A;
}
.BgClassName
{
background-color: #B88A1A;
}
</style>
border-color css
<style>
span { border-color: #B88A1A; }
span { border-color: rgb(184,138,26); }
td.TdClassName
{
border-color: #B88A1A;
}
.TagClassName
{
border-color: #B88A1A;
}
</style>