#BE720E

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

Shades of Dark Goldenrod #BE720E

Tints of Dark Goldenrod #BE720E

Color information

#BE720E (or 0xBE720E) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 72 and 0E. RGB value is (190,114,14). Sum of RGB (Red+Green+Blue) = 190+114+14=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE720E is #418DF1. Grayscale: #7D7D7D. Windows color (decimal): -4296178 or 946878. OLE color: 946878.

HSL color Cylindrical-coordinate representation of color #BE720E: hue angle of 34.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE720E is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19011414-
CMYK00.400.930.25
HSL34.09º86.27%40%-
HSV(B)34.09º92.63%74.51%-
XYZ27.3323.013.42-
YUV125.3265.18174.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.75%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 14 (5.86% from 255) = 4.40%
R=59.75%
G=35.85%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901141400.400.930.2534.0986.2740
HexBE72E0285D19225628
Octal27616216050135314212650
Binary101111101110010111001010001011101110011000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE720E; }

 p { color: rgb(190,114,14); }

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

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

 a { background-color: rgb(190,114,14); }

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

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

 span { border-color: rgb(190,114,14); }

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