#BE7A00

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

Shades of Dark Goldenrod #BE7A00

Tints of Dark Goldenrod #BE7A00

Color information

#BE7A00 (or 0xBE7A00) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 7A and 00. RGB value is (190,122,0). Sum of RGB (Red+Green+Blue) = 190+122+0=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7A00 is #4185FF. Grayscale: #808080. Windows color (decimal): -4294144 or 31422. OLE color: 31422.

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

Color convert

RGB1901220-
CMYK00.3610.25
HSL38.53º100%37.25%-
HSV(B)38.53º100%74.51%-
XYZ28.1924.873.31-
YUV128.4255.53171.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.90%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.90%
G=39.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190122000.3610.2538.5310037.25
HexBE7A00246419276425
Octal2761720044144314714445
Binary101111101111010001001001100100110011001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A00; }

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

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

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

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

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

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

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

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