#BE8D16

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

Shades of Dark Goldenrod #BE8D16

Tints of Dark Goldenrod #BE8D16

Color information

#BE8D16 (or 0xBE8D16) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 8D and 16. RGB value is (190,141,22). Sum of RGB (Red+Green+Blue) = 190+141+22=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D16 is #4172E9. Grayscale: #8E8E8E. Windows color (decimal): -4289258 or 1478078. OLE color: 1478078.

HSL color Cylindrical-coordinate representation of color #BE8D16: hue angle of 42.5º degrees, saturation: 0.79, 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 #BE8D16 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19014122-
CMYK00.260.880.25
HSL42.5º79.25%41.57%-
HSV(B)42.5º88.42%74.51%-
XYZ30.930.054.93-
YUV142.0860.23162.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 22 (8.98% from 255) = 6.23%
R=53.82%
G=39.94%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901412200.260.880.2542.579.2541.57
HexBE8D1601A58192a4f2a
Octal27621526032130315211752
Binary1011111010001101101100110101011000110011010101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D16; }

 p { color: rgb(190,141,22); }

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

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

 a { background-color: rgb(190,141,22); }

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

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

 span { border-color: rgb(190,141,22); }

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