Shades of Dark Goldenrod #B27B01
Tints of Dark Goldenrod #B27B01
RGB
CMYK
RGB Variations
Color information
#B27B01 (or 0xB27B01) is known color: Dark Goldenrod. HEX triplet: B2, 7B and 01. RGB value is (178,123,1). Sum of RGB (Red+Green+Blue) = 178+123+1=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27B01 is #4D84FE. Grayscale: #7E7E7E. Windows color (decimal): -5080319 or 97202. OLE color: 97202.
HSL color Cylindrical-coordinate representation of color #B27B01: hue angle of 41.36º degrees, saturation: 0.99, 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 #B27B01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.30 |
| HSL | 41.36º | 0.99% | 0.35% | - |
| HSV(B) | 41.36º | 0.99% | 0.7% | - |
| XYZ | 25.45 | 23.63 | 3.25 | - |
| YUV | 125.54 | 57.72 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 1 | 0 | 0.31 | 0.99 | 0.30 | 41.36 | 0.99 | 0.35 |
| Hex | B2 | 7B | 1 | 0 | 1F | 63 | 1E | 29 | 63 | 23 |
| Octal | 262 | 173 | 1 | 0 | 37 | 143 | 36 | 51 | 143 | 43 |
| Binary | 10110010 | 1111011 | 1 | 0 | 11111 | 1100011 | 11110 | 101001 | 1100011 | 100011 |
Color Harmonies of #B27B01
Complementary color
Monochromatic Colors of #B27B01
Black with #B27B01
Text Example
Text Example
White with #B27B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B01; }
p { color: rgb(178,123,1); }
H1.HeaderClassName
{
color: #B27B01;
}
.AnyTagClassName
{
color: #B27B01;
}
</style>
background-color css
<style>
a { background-color: #B27B01; }
a { background-color: rgb(178,123,1); }
div.DivClassName
{
background-color: #B27B01;
}
.BgClassName
{
background-color: #B27B01;
}
</style>
border-color css
<style>
span { border-color: #B27B01; }
span { border-color: rgb(178,123,1); }
td.TdClassName
{
border-color: #B27B01;
}
.TagClassName
{
border-color: #B27B01;
}
</style>