Shades of Dark Goldenrod #BD841C
Tints of Dark Goldenrod #BD841C
RGB
CMYK
RGB Variations
Color information
#BD841C (or 0xBD841C) is known color: Dark Goldenrod. HEX triplet: BD, 84 and 1C. RGB value is (189,132,28). Sum of RGB (Red+Green+Blue) = 189+132+28=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD841C is #427BE3. Grayscale: #898989. Windows color (decimal): -4357092 or 1868989. OLE color: 1868989.
HSL color Cylindrical-coordinate representation of color #BD841C: hue angle of 38.76º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD841C is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 28 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.26 |
| HSL | 38.76º | 0.74% | 0.43% | - |
| HSV(B) | 38.76º | 0.85% | 0.74% | - |
| XYZ | 29.45 | 27.41 | 4.84 | - |
| YUV | 137.19 | 66.38 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 28 | 0 | 0.30 | 0.85 | 0.26 | 38.76 | 0.74 | 0.43 |
| Hex | BD | 84 | 1C | 0 | 1E | 55 | 1A | 27 | 4A | 2B |
| Octal | 275 | 204 | 34 | 0 | 36 | 125 | 32 | 47 | 112 | 53 |
| Binary | 10111101 | 10000100 | 11100 | 0 | 11110 | 1010101 | 11010 | 100111 | 1001010 | 101011 |
Color Harmonies of #BD841C
Complementary color
Monochromatic Colors of #BD841C
Black with #BD841C
Text Example
Text Example
White with #BD841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD841C; }
p { color: rgb(189,132,28); }
H1.HeaderClassName
{
color: #BD841C;
}
.AnyTagClassName
{
color: #BD841C;
}
</style>
background-color css
<style>
a { background-color: #BD841C; }
a { background-color: rgb(189,132,28); }
div.DivClassName
{
background-color: #BD841C;
}
.BgClassName
{
background-color: #BD841C;
}
</style>
border-color css
<style>
span { border-color: #BD841C; }
span { border-color: rgb(189,132,28); }
td.TdClassName
{
border-color: #BD841C;
}
.TagClassName
{
border-color: #BD841C;
}
</style>