#BE800D

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

Shades of Dark Goldenrod #BE800D

Tints of Dark Goldenrod #BE800D

Color information

#BE800D (or 0xBE800D) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 80 and 0D. RGB value is (190,128,13). Sum of RGB (Red+Green+Blue) = 190+128+13=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE800D is #417FF2. Grayscale: #858585. Windows color (decimal): -4292595 or 884926. OLE color: 884926.

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

Color convert

RGB19012813-
CMYK00.330.930.25
HSL38.98º87.19%39.8%-
HSV(B)38.98º93.16%74.51%-
XYZ29.0326.413.95-
YUV133.4360.04168.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 13 (5.47% from 255) = 3.93%
R=57.40%
G=38.67%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901281300.330.930.2538.9887.1939.8
HexBE80D0215D19275728
Octal27620015041135314712750
Binary1011111010000000110101000011011101110011001111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE800D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE800D; }

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

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

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

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

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

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

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

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