#BE9007

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

Shades of Dark Goldenrod #BE9007

Tints of Dark Goldenrod #BE9007

Color information

#BE9007 (or 0xBE9007) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 90 and 07. RGB value is (190,144,7). Sum of RGB (Red+Green+Blue) = 190+144+7=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9007 is #416FF8. Grayscale: #8E8E8E. Windows color (decimal): -4288505 or 495806. OLE color: 495806.

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

Color convert

RGB1901447-
CMYK00.240.960.25
HSL44.92º92.89%38.63%-
HSV(B)44.92º96.32%74.51%-
XYZ31.2530.914.52-
YUV142.1451.74162.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 7 (3.12% from 255) = 2.05%
R=55.72%
G=42.23%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190144700.240.960.2544.9292.8938.63
HexBE90701860192d5d27
Octal2762207030140315513547
Binary10111110100100001110110001100000110011011011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9007; }

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

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

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

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

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

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

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

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