#BE8A18

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

Shades of Dark Goldenrod #BE8A18

Tints of Dark Goldenrod #BE8A18

Color information

#BE8A18 (or 0xBE8A18) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 8A and 18. RGB value is (190,138,24). Sum of RGB (Red+Green+Blue) = 190+138+24=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8A18 is #4175E7. Grayscale: #8D8D8D. Windows color (decimal): -4290024 or 1608382. OLE color: 1608382.

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

Color convert

RGB19013824-
CMYK00.270.870.25
HSL41.2º77.57%41.96%-
HSV(B)41.2º87.37%74.51%-
XYZ30.4929.194.89-
YUV140.5562.23163.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 24 (9.77% from 255) = 6.82%
R=53.98%
G=39.20%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901382400.270.870.2541.277.5741.96
HexBE8A1801B5719294e2a
Octal27621230033127315111652
Binary1011111010001010110000110111010111110011010011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A18; }

 p { color: rgb(190,138,24); }

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

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

 a { background-color: rgb(190,138,24); }

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

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

 span { border-color: rgb(190,138,24); }

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