#BE7C07

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

Shades of Dark Goldenrod #BE7C07

Tints of Dark Goldenrod #BE7C07

Color information

#BE7C07 (or 0xBE7C07) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 7C and 07. RGB value is (190,124,7). Sum of RGB (Red+Green+Blue) = 190+124+7=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7C07 is #4183F8. Grayscale: #828282. Windows color (decimal): -4293625 or 490686. OLE color: 490686.

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

Color convert

RGB1901247-
CMYK00.350.960.25
HSL38.36º92.89%38.63%-
HSV(B)38.36º96.32%74.51%-
XYZ28.4825.383.6-
YUV130.458.37170.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.19%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 7 (3.12% from 255) = 2.18%
R=59.19%
G=38.63%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190124700.350.960.2538.3692.8938.63
HexBE7C70236019265d27
Octal2761747043140314613547
Binary10111110111110011101000111100000110011001101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C07; }

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

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

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

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

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

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

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

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