#BE8300

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

Shades of Dark Goldenrod #BE8300

Tints of Dark Goldenrod #BE8300

Color information

#BE8300 (or 0xBE8300) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 83 and 00. RGB value is (190,131,0). Sum of RGB (Red+Green+Blue) = 190+131+0=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8300 is #417CFF. Grayscale: #868686. Windows color (decimal): -4291840 or 33726. OLE color: 33726.

HSL color Cylindrical-coordinate representation of color #BE8300: hue angle of 41.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE8300 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1901310-
CMYK00.3110.25
HSL41.37º100%37.25%-
HSV(B)41.37º100%74.51%-
XYZ29.3527.183.7-
YUV133.7152.55168.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.19%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.19%
G=40.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190131000.3110.2541.3710037.25
HexBE83001F6419296425
Octal2762030037144315114445
Binary101111101000001100111111100100110011010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8300; }

 p { color: rgb(190,131,0); }

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

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

 a { background-color: rgb(190,131,0); }

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

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

 span { border-color: rgb(190,131,0); }

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