#BE7D07

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

Shades of Dark Goldenrod #BE7D07

Tints of Dark Goldenrod #BE7D07

Color information

#BE7D07 (or 0xBE7D07) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 7D and 07. RGB value is (190,125,7). Sum of RGB (Red+Green+Blue) = 190+125+7=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7D07 is #4182F8. Grayscale: #838383. Windows color (decimal): -4293369 or 490942. OLE color: 490942.

HSL color Cylindrical-coordinate representation of color #BE7D07: hue angle of 38.69º 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 #BE7D07 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1901257-
CMYK00.340.960.25
HSL38.69º92.89%38.63%-
HSV(B)38.69º96.32%74.51%-
XYZ28.6125.633.64-
YUV130.9858.03170.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.01%
GREEN value IS 125 (49.22% from 255) = 38.82%
BLUE value IS 7 (3.12% from 255) = 2.17%
R=59.01%
G=38.82%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190125700.340.960.2538.6992.8938.63
HexBE7D70226019275d27
Octal2761757042140314713547
Binary10111110111110111101000101100000110011001111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D07; }

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

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

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

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

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

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

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

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