#BE821B

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

Shades of Dark Goldenrod #BE821B

Tints of Dark Goldenrod #BE821B

Color information

#BE821B (or 0xBE821B) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 82 and 1B. RGB value is (190,130,27). Sum of RGB (Red+Green+Blue) = 190+130+27=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE821B is #417DE4. Grayscale: #888888. Windows color (decimal): -4292069 or 1802942. OLE color: 1802942.

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

Color convert

RGB19013027-
CMYK00.320.860.25
HSL37.91º75.12%42.55%-
HSV(B)37.91º85.79%74.51%-
XYZ29.4226.994.7-
YUV136.266.38166.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 27 (10.94% from 255) = 7.78%
R=54.76%
G=37.46%
B=7.78%

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
Decimal1901302700.320.860.2537.9175.1242.55
HexBE821B0205619264b2b
Octal27620233040126314611353
Binary10111110100000101101101000001010110110011001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE821B; }

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

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

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

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

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

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

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

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