#BE9201

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

Shades of Dark Goldenrod #BE9201

Tints of Dark Goldenrod #BE9201

Color information

#BE9201 (or 0xBE9201) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 92 and 01. RGB value is (190,146,1). Sum of RGB (Red+Green+Blue) = 190+146+1=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9201 is #416DFE. Grayscale: #8F8F8F. Windows color (decimal): -4287999 or 103102. OLE color: 103102.

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

Color convert

RGB1901461-
CMYK00.230.990.25
HSL46.03º98.95%37.45%-
HSV(B)46.03º99.47%74.51%-
XYZ31.5231.514.45-
YUV142.6348.08161.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=56.38%
G=43.32%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190146100.230.990.2546.0398.9537.45
HexBE92101763192e6325
Octal2762221027143315614345
Binary101111101001001010101111100011110011011101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9201; }

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

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

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

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

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

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

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

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