#BE8B00

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

Shades of Dark Goldenrod #BE8B00

Tints of Dark Goldenrod #BE8B00

Color information

#BE8B00 (or 0xBE8B00) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 8B and 00. RGB value is (190,139,0). Sum of RGB (Red+Green+Blue) = 190+139+0=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8B00 is #4174FF. Grayscale: #8B8B8B. Windows color (decimal): -4289792 or 35774. OLE color: 35774.

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

Color convert

RGB1901390-
CMYK00.2710.25
HSL43.89º100%37.25%-
HSV(B)43.89º100%74.51%-
XYZ30.4729.414.07-
YUV138.449.9164.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.75%
GREEN value IS 139 (54.69% from 255) = 42.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.75%
G=42.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190139000.2710.2543.8910037.25
HexBE8B001B64192c6425
Octal2762130033144315414445
Binary101111101000101100110111100100110011011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B00; }

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

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

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

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

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

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

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

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