#BE7D13

Color #BE7D13 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BE7D13

Tints of Dark Goldenrod #BE7D13

Color information

#BE7D13 (or 0xBE7D13) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 7D and 13. RGB value is (190,125,19). Sum of RGB (Red+Green+Blue) = 190+125+19=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7D13 is #4182EC. Grayscale: #848484. Windows color (decimal): -4293357 or 1277374. OLE color: 1277374.

HSL color Cylindrical-coordinate representation of color #BE7D13: hue angle of 37.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE7D13 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19012519-
CMYK00.340.900.25
HSL37.19º81.82%40.98%-
HSV(B)37.19º90%74.51%-
XYZ28.6925.664.06-
YUV132.3564.03169.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 19 (7.81% from 255) = 5.69%
R=56.89%
G=37.43%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901251900.340.900.2537.1981.8240.98
HexBE7D130225A19255229
Octal27617523042132314512251
Binary1011111011111011001101000101011010110011001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D13; }

 p { color: rgb(190,125,19); }

 H1.HeaderClassName
 {
   color: #BE7D13;
 }
 .AnyTagClassName
 {
   color: #BE7D13;
 }
</style>
background-color css

<style>
 a { background-color: #BE7D13; }

 a { background-color: rgb(190,125,19); }

 div.DivClassName
 {
   background-color: #BE7D13;
 }
 .BgClassName
 {
   background-color: #BE7D13;
 }
</style>
border-color css

<style>
 span { border-color: #BE7D13; }

 span { border-color: rgb(190,125,19); }

 td.TdClassName
 {
   border-color: #BE7D13;
 }
 .TagClassName
 {
   border-color: #BE7D13;
 }
</style>