#BE7914

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

Shades of Dark Goldenrod #BE7914

Tints of Dark Goldenrod #BE7914

Color information

#BE7914 (or 0xBE7914) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 79 and 14. RGB value is (190,121,20). Sum of RGB (Red+Green+Blue) = 190+121+20=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7914 is #4186EB. Grayscale: #828282. Windows color (decimal): -4294380 or 1341886. OLE color: 1341886.

HSL color Cylindrical-coordinate representation of color #BE7914: hue angle of 35.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE7914 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB19012120-
CMYK00.360.890.25
HSL35.65º80.95%41.18%-
HSV(B)35.65º89.47%74.51%-
XYZ28.224.673.94-
YUV130.1265.86170.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 20 (8.20% from 255) = 6.04%
R=57.40%
G=36.56%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901212000.360.890.2535.6580.9541.18
HexBE79140245919245129
Octal27617124044131314412151
Binary1011111011110011010001001001011001110011001001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7914; }

 p { color: rgb(190,121,20); }

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

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

 a { background-color: rgb(190,121,20); }

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

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

 span { border-color: rgb(190,121,20); }

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