#BE810D

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

Shades of Dark Goldenrod #BE810D

Tints of Dark Goldenrod #BE810D

Color information

#BE810D (or 0xBE810D) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 81 and 0D. RGB value is (190,129,13). Sum of RGB (Red+Green+Blue) = 190+129+13=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE810D is #417EF2. Grayscale: #868686. Windows color (decimal): -4292339 or 885182. OLE color: 885182.

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

Color convert

RGB19012913-
CMYK00.320.930.25
HSL39.32º87.19%39.8%-
HSV(B)39.32º93.16%74.51%-
XYZ29.1626.683.99-
YUV134.0159.71167.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 13 (5.47% from 255) = 3.92%
R=57.23%
G=38.86%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901291300.320.930.2539.3287.1939.8
HexBE81D0205D19275728
Octal27620115040135314712750
Binary1011111010000001110101000001011101110011001111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE810D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE810D; }

 p { color: rgb(190,129,13); }

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

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

 a { background-color: rgb(190,129,13); }

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

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

 span { border-color: rgb(190,129,13); }

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