Html Css Color HEX #BE9A00 Dark Goldenrod

📋 copy color: '#BE9A00'

red 190 ◦ green 154 ◦ blue 0

#BE9A00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BE9A00

Tints of Dark Goldenrod #BE9A00

RGB

 RED value IS 190 (74.61% from 255) = 55.23%

 GREEN value IS 154 (60.55% from 255) = 44.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.23%
G = 44.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE9A00 (or 0xBE9A00) is known color: Dark Goldenrod. HEX triplet: BE, 9A and 00. RGB value is (190,154,0). Sum of RGB (Red+Green+Blue) = 190+154+0=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A00 is #4165FF. Grayscale: #939393. Windows color (decimal): -4285952 or 39614. OLE color: 39614.

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

Color convert

RGB 190 154 0 -
CMYK 0 0.19 1 0.25
HSL 48.63º 1% 0.37% -
HSV(B) 48.63º 1% 0.75% -
XYZ 32.79 34.06 4.85 -
YUV 147.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 190 154 0 0 0.19 1 0.25 48.63 1 0.37
Hex BE 9A 0 0 13 64 19 31 64 25
Octal 276 232 0 0 23 144 31 61 144 45
Binary 10111110 10011010 0 0 10011 1100100 11001 110001 1100100 100101

Color Harmonies of #BE9A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A00

Black with #BE9A00

Text Example


Text Example

White with #BE9A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A00; }

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

 H1.HeaderClassName
 {
   color: #BE9A00;
 }
 .AnyTagClassName
 {
   color: #BE9A00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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