#BE7901

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

Shades of Dark Goldenrod #BE7901

Tints of Dark Goldenrod #BE7901

Color information

#BE7901 (or 0xBE7901) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 79 and 01. RGB value is (190,121,1). Sum of RGB (Red+Green+Blue) = 190+121+1=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7901 is #4186FE. Grayscale: #808080. Windows color (decimal): -4294399 or 96702. OLE color: 96702.

HSL color Cylindrical-coordinate representation of color #BE7901: hue angle of 38.1º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE7901 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1901211-
CMYK00.360.990.25
HSL38.1º98.95%37.45%-
HSV(B)38.1º99.47%74.51%-
XYZ28.0824.623.3-
YUV127.9556.36172.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.90%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=60.90%
G=38.78%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190121100.360.990.2538.198.9537.45
HexBE7910246319266325
Octal2761711044143314614345
Binary101111101111001101001001100011110011001101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7901; }

 p { color: rgb(190,121,1); }

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

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

 a { background-color: rgb(190,121,1); }

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

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

 span { border-color: rgb(190,121,1); }

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