Shades of Dark Goldenrod #BE730F
Tints of Dark Goldenrod #BE730F
RGB
CMYK
RGB Variations
Color information
#BE730F (or 0xBE730F) is known color: Dark Goldenrod. HEX triplet: BE, 73 and 0F. RGB value is (190,115,15). Sum of RGB (Red+Green+Blue) = 190+115+15=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE730F is #418CF0. Grayscale: #7E7E7E. Windows color (decimal): -4295921 or 1012670. OLE color: 1012670.
HSL color Cylindrical-coordinate representation of color #BE730F: hue angle of 34.29º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE730F is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 15 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.25 |
| HSL | 34.29º | 0.85% | 0.4% | - |
| HSV(B) | 34.29º | 0.92% | 0.75% | - |
| XYZ | 27.45 | 23.24 | 3.49 | - |
| YUV | 126.03 | 65.35 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 15 | 0 | 0.39 | 0.92 | 0.25 | 34.29 | 0.85 | 0.4 |
| Hex | BE | 73 | F | 0 | 27 | 5C | 19 | 22 | 55 | 28 |
| Octal | 276 | 163 | 17 | 0 | 47 | 134 | 31 | 42 | 125 | 50 |
| Binary | 10111110 | 1110011 | 1111 | 0 | 100111 | 1011100 | 11001 | 100010 | 1010101 | 101000 |
Color Harmonies of #BE730F
Complementary color
Monochromatic Colors of #BE730F
Black with #BE730F
Text Example
Text Example
White with #BE730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE730F; }
p { color: rgb(190,115,15); }
H1.HeaderClassName
{
color: #BE730F;
}
.AnyTagClassName
{
color: #BE730F;
}
</style>
background-color css
<style>
a { background-color: #BE730F; }
a { background-color: rgb(190,115,15); }
div.DivClassName
{
background-color: #BE730F;
}
.BgClassName
{
background-color: #BE730F;
}
</style>
border-color css
<style>
span { border-color: #BE730F; }
span { border-color: rgb(190,115,15); }
td.TdClassName
{
border-color: #BE730F;
}
.TagClassName
{
border-color: #BE730F;
}
</style>