#BE8618

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

Shades of Dark Goldenrod #BE8618

Tints of Dark Goldenrod #BE8618

Color information

#BE8618 (or 0xBE8618) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 86 and 18. RGB value is (190,134,24). Sum of RGB (Red+Green+Blue) = 190+134+24=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8618 is #4179E7. Grayscale: #8A8A8A. Windows color (decimal): -4291048 or 1607358. OLE color: 1607358.

HSL color Cylindrical-coordinate representation of color #BE8618: hue angle of 39.76º 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 #BE8618 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19013424-
CMYK00.290.870.25
HSL39.76º77.57%41.96%-
HSV(B)39.76º87.37%74.51%-
XYZ29.9328.064.7-
YUV138.263.55164.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 24 (9.77% from 255) = 6.90%
R=54.60%
G=38.51%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901342400.290.870.2539.7677.5741.96
HexBE861801D5719284e2a
Octal27620630035127315011652
Binary1011111010000110110000111011010111110011010001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8618; }

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

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

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

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

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

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

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

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