#BE8D01

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

Shades of Dark Goldenrod #BE8D01

Tints of Dark Goldenrod #BE8D01

Color information

#BE8D01 (or 0xBE8D01) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 8D and 01. RGB value is (190,141,1). Sum of RGB (Red+Green+Blue) = 190+141+1=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D01 is #4172FE. Grayscale: #8C8C8C. Windows color (decimal): -4289279 or 101822. OLE color: 101822.

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

Color convert

RGB1901411-
CMYK00.260.990.25
HSL44.44º98.95%37.45%-
HSV(B)44.44º99.47%74.51%-
XYZ30.77304.2-
YUV139.6949.73163.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 141 (55.47% from 255) = 42.47%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=57.23%
G=42.47%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190141100.260.990.2544.4498.9537.45
HexBE8D101A63192c6325
Octal2762151032143315414345
Binary101111101000110110110101100011110011011001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D01; }

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

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

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

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

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

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

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

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