#BE8213

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

Shades of Dark Goldenrod #BE8213

Tints of Dark Goldenrod #BE8213

Color information

#BE8213 (or 0xBE8213) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 82 and 13. RGB value is (190,130,19). Sum of RGB (Red+Green+Blue) = 190+130+19=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8213 is #417DEC. Grayscale: #878787. Windows color (decimal): -4292077 or 1278654. OLE color: 1278654.

HSL color Cylindrical-coordinate representation of color #BE8213: hue angle of 38.95º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE8213 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19013019-
CMYK00.320.900.25
HSL38.95º81.82%40.98%-
HSV(B)38.95º90%74.51%-
XYZ29.3426.964.27-
YUV135.2962.38167.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 19 (7.81% from 255) = 5.60%
R=56.05%
G=38.35%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901301900.320.900.2538.9581.8240.98
HexBE82130205A19275229
Octal27620223040132314712251
Binary10111110100000101001101000001011010110011001111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8213; }

 p { color: rgb(190,130,19); }

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

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

 a { background-color: rgb(190,130,19); }

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

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

 span { border-color: rgb(190,130,19); }

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