#BE821A

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

Shades of Dark Goldenrod #BE821A

Tints of Dark Goldenrod #BE821A

Color information

#BE821A (or 0xBE821A) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 82 and 1A. RGB value is (190,130,26). Sum of RGB (Red+Green+Blue) = 190+130+26=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE821A is #417DE5. Grayscale: #888888. Windows color (decimal): -4292070 or 1737406. OLE color: 1737406.

HSL color Cylindrical-coordinate representation of color #BE821A: hue angle of 38.05º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE821A is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19013026-
CMYK00.320.860.25
HSL38.05º75.93%42.35%-
HSV(B)38.05º86.32%74.51%-
XYZ29.426.994.64-
YUV136.0865.88166.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=54.91%
G=37.57%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901302600.320.860.2538.0575.9342.35
HexBE821A0205619264c2a
Octal27620232040126314611452
Binary10111110100000101101001000001010110110011001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE821A; }

 p { color: rgb(190,130,26); }

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

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

 a { background-color: rgb(190,130,26); }

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

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

 span { border-color: rgb(190,130,26); }

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