#BE8417

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

Shades of Dark Goldenrod #BE8417

Tints of Dark Goldenrod #BE8417

Color information

#BE8417 (or 0xBE8417) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 84 and 17. RGB value is (190,132,23). Sum of RGB (Red+Green+Blue) = 190+132+23=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8417 is #417BE8. Grayscale: #898989. Windows color (decimal): -4291561 or 1541310. OLE color: 1541310.

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

Color convert

RGB19013223-
CMYK00.310.880.25
HSL39.16º78.4%41.76%-
HSV(B)39.16º87.89%74.51%-
XYZ29.6427.514.56-
YUV136.9263.72165.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 23 (9.38% from 255) = 6.67%
R=55.07%
G=38.26%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901322300.310.880.2539.1678.441.76
HexBE841701F5819274e2a
Octal27620427037130314711652
Binary1011111010000100101110111111011000110011001111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8417; }

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

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

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

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

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

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

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

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