#BE7C05

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

Shades of Dark Goldenrod #BE7C05

Tints of Dark Goldenrod #BE7C05

Color information

#BE7C05 (or 0xBE7C05) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 7C and 05. RGB value is (190,124,5). Sum of RGB (Red+Green+Blue) = 190+124+5=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7C05 is #4183FA. Grayscale: #828282. Windows color (decimal): -4293627 or 359614. OLE color: 359614.

HSL color Cylindrical-coordinate representation of color #BE7C05: hue angle of 38.59º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE7C05 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1901245-
CMYK00.350.970.25
HSL38.59º94.87%38.24%-
HSV(B)38.59º97.37%74.51%-
XYZ28.4725.373.54-
YUV130.1757.37170.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 5 (2.34% from 255) = 1.57%
R=59.56%
G=38.87%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190124500.350.970.2538.5994.8738.24
HexBE7C50236119275f26
Octal2761745043141314713746
Binary10111110111110010101000111100001110011001111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C05; }

 p { color: rgb(190,124,5); }

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

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

 a { background-color: rgb(190,124,5); }

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

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

 span { border-color: rgb(190,124,5); }

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