#BE8511

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

Shades of Dark Goldenrod #BE8511

Tints of Dark Goldenrod #BE8511

Color information

#BE8511 (or 0xBE8511) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 85 and 11. RGB value is (190,133,17). Sum of RGB (Red+Green+Blue) = 190+133+17=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8511 is #417AEE. Grayscale: #898989. Windows color (decimal): -4291311 or 1148350. OLE color: 1148350.

HSL color Cylindrical-coordinate representation of color #BE8511: hue angle of 40.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE8511 is Cyan = 0, Magento = 0.3, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB19013317-
CMYK00.30.910.25
HSL40.23º83.57%40.59%-
HSV(B)40.23º91.05%74.51%-
XYZ29.7227.764.32-
YUV136.8260.38165.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.88%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 17 (7.03% from 255) = 5%
R=55.88%
G=39.12%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901331700.30.910.2540.2383.5740.59
HexBE851101E5B19285429
Octal27620521036133315012451
Binary1011111010000101100010111101011011110011010001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8511; }

 p { color: rgb(190,133,17); }

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

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

 a { background-color: rgb(190,133,17); }

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

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

 span { border-color: rgb(190,133,17); }

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