#BE840A

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

Shades of Dark Goldenrod #BE840A

Tints of Dark Goldenrod #BE840A

Color information

#BE840A (or 0xBE840A) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 84 and 0A. RGB value is (190,132,10). Sum of RGB (Red+Green+Blue) = 190+132+10=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE840A is #417BF5. Grayscale: #878787. Windows color (decimal): -4291574 or 689342. OLE color: 689342.

HSL color Cylindrical-coordinate representation of color #BE840A: hue angle of 40.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE840A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB19013210-
CMYK00.310.950.25
HSL40.67º90%39.22%-
HSV(B)40.67º94.74%74.51%-
XYZ29.5427.474.03-
YUV135.4357.22166.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 10 (4.30% from 255) = 3.01%
R=57.23%
G=39.76%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901321000.310.950.2540.679039.22
HexBE84A01F5F19295a27
Octal27620412037137315113247
Binary101111101000010010100111111011111110011010011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE840A; }

 p { color: rgb(190,132,10); }

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

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

 a { background-color: rgb(190,132,10); }

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

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

 span { border-color: rgb(190,132,10); }

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