#BE9900

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

Shades of Dark Goldenrod #BE9900

Tints of Dark Goldenrod #BE9900

Color information

#BE9900 (or 0xBE9900) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 99 and 00. RGB value is (190,153,0). Sum of RGB (Red+Green+Blue) = 190+153+0=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9900 is #4166FF. Grayscale: #939393. Windows color (decimal): -4286208 or 39358. OLE color: 39358.

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

Color convert

RGB1901530-
CMYK00.1910.25
HSL48.32º100%37.25%-
HSV(B)48.32º100%74.51%-
XYZ32.6333.734.79-
YUV146.6245.26158.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.39%
G=44.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190153000.1910.2548.3210037.25
HexBE9900136419306425
Octal2762310023144316014445
Binary101111101001100100100111100100110011100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9900; }

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

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

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

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

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

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

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

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