#BE7801

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

Shades of Dark Goldenrod #BE7801

Tints of Dark Goldenrod #BE7801

Color information

#BE7801 (or 0xBE7801) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 78 and 01. RGB value is (190,120,1). Sum of RGB (Red+Green+Blue) = 190+120+1=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7801 is #4187FE. Grayscale: #7F7F7F. Windows color (decimal): -4294655 or 96446. OLE color: 96446.

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

Color convert

RGB1901201-
CMYK00.370.990.25
HSL37.78º98.95%37.45%-
HSV(B)37.78º99.47%74.51%-
XYZ27.9624.383.26-
YUV127.3656.69172.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.09%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=61.09%
G=38.59%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190120100.370.990.2537.7898.9537.45
HexBE7810256319266325
Octal2761701045143314614345
Binary101111101111000101001011100011110011001101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7801; }

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

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

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

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

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

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

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

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