#BE940C

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

Shades of Dark Goldenrod #BE940C

Tints of Dark Goldenrod #BE940C

Color information

#BE940C (or 0xBE940C) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 94 and 0C. RGB value is (190,148,12). Sum of RGB (Red+Green+Blue) = 190+148+12=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE940C is #416BF3. Grayscale: #919191. Windows color (decimal): -4287476 or 824510. OLE color: 824510.

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

Color convert

RGB19014812-
CMYK00.220.940.25
HSL45.84º88.12%39.61%-
HSV(B)45.84º93.68%74.51%-
XYZ31.8932.154.87-
YUV145.0552.91160.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 12 (5.08% from 255) = 3.43%
R=54.29%
G=42.29%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901481200.220.940.2545.8488.1239.61
HexBE94C0165E192e5828
Octal27622414026136315613050
Binary101111101001010011000101101011110110011011101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE940C; }

 p { color: rgb(190,148,12); }

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

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

 a { background-color: rgb(190,148,12); }

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

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

 span { border-color: rgb(190,148,12); }

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