Shades of Dark Goldenrod #B27502
Tints of Dark Goldenrod #B27502
RGB
CMYK
RGB Variations
Color information
#B27502 (or 0xB27502) is known color: Dark Goldenrod. HEX triplet: B2, 75 and 02. RGB value is (178,117,2). Sum of RGB (Red+Green+Blue) = 178+117+2=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B27502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27502 is #4D8AFD. Grayscale: #7A7A7A. Windows color (decimal): -5081854 or 161202. OLE color: 161202.
HSL color Cylindrical-coordinate representation of color #B27502: hue angle of 39.2º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B27502 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.30 |
| HSL | 39.2º | 0.98% | 0.35% | - |
| HSV(B) | 39.2º | 0.99% | 0.7% | - |
| XYZ | 24.73 | 22.19 | 3.04 | - |
| YUV | 122.13 | 60.21 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 2 | 0 | 0.34 | 0.99 | 0.30 | 39.2 | 0.98 | 0.35 |
| Hex | B2 | 75 | 2 | 0 | 22 | 63 | 1E | 27 | 62 | 23 |
| Octal | 262 | 165 | 2 | 0 | 42 | 143 | 36 | 47 | 142 | 43 |
| Binary | 10110010 | 1110101 | 10 | 0 | 100010 | 1100011 | 11110 | 100111 | 1100010 | 100011 |
Color Harmonies of #B27502
Complementary color
Monochromatic Colors of #B27502
Black with #B27502
Text Example
Text Example
White with #B27502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27502; }
p { color: rgb(178,117,2); }
H1.HeaderClassName
{
color: #B27502;
}
.AnyTagClassName
{
color: #B27502;
}
</style>
background-color css
<style>
a { background-color: #B27502; }
a { background-color: rgb(178,117,2); }
div.DivClassName
{
background-color: #B27502;
}
.BgClassName
{
background-color: #B27502;
}
</style>
border-color css
<style>
span { border-color: #B27502; }
span { border-color: rgb(178,117,2); }
td.TdClassName
{
border-color: #B27502;
}
.TagClassName
{
border-color: #B27502;
}
</style>