Html Css Color HEX #BE9004 Dark Goldenrod

📋 copy color: '#BE9004'

red 190 ◦ green 144 ◦ blue 4

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

Shades of Dark Goldenrod #BE9004

Tints of Dark Goldenrod #BE9004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 56.21%
G = 42.6%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE9004 (or 0xBE9004) is known color: Dark Goldenrod. HEX triplet: BE, 90 and 04. RGB value is (190,144,4). Sum of RGB (Red+Green+Blue) = 190+144+4=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9004 is #416FFB. Grayscale: #8E8E8E. Windows color (decimal): -4288508 or 299198. OLE color: 299198.

HSL color Cylindrical-coordinate representation of color #BE9004: hue angle of 45.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE9004 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 144 4 -
CMYK 0 0.24 0.98 0.25
HSL 45.16º 0.96% 0.38% -
HSV(B) 45.16º 0.98% 0.75% -
XYZ 31.23 30.9 4.43 -
YUV 141.79 50.24 162.38 -
System Red Green Blue C M Y K H S L
Decimal 190 144 4 0 0.24 0.98 0.25 45.16 0.96 0.38
Hex BE 90 4 0 18 62 19 2D 60 26
Octal 276 220 4 0 30 142 31 55 140 46
Binary 10111110 10010000 100 0 11000 1100010 11001 101101 1100000 100110

Color Harmonies of #BE9004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9004

Black with #BE9004

Text Example


Text Example

White with #BE9004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9004; }

 p { color: rgb(190,144,4); }

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

background-color css

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

 a { background-color: rgb(190,144,4); }

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

border-color css

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

 span { border-color: rgb(190,144,4); }

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