#BE8310

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

Shades of Dark Goldenrod #BE8310

Tints of Dark Goldenrod #BE8310

Color information

#BE8310 (or 0xBE8310) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 83 and 10. RGB value is (190,131,16). Sum of RGB (Red+Green+Blue) = 190+131+16=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8310 is #417CEF. Grayscale: #888888. Windows color (decimal): -4291824 or 1082302. OLE color: 1082302.

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

Color convert

RGB19013116-
CMYK00.310.920.25
HSL39.66º84.47%40.39%-
HSV(B)39.66º91.58%74.51%-
XYZ29.4527.224.19-
YUV135.5360.55166.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 16 (6.64% from 255) = 4.75%
R=56.38%
G=38.87%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901311600.310.920.2539.6684.4740.39
HexBE831001F5C19285428
Octal27620320037134315012450
Binary1011111010000011100000111111011100110011010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8310; }

 p { color: rgb(190,131,16); }

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

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

 a { background-color: rgb(190,131,16); }

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

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

 span { border-color: rgb(190,131,16); }

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