Html Css Color HEX #BE7004 Dark Goldenrod

📋 copy color: '#BE7004'

red 190 ◦ green 112 ◦ blue 4

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

Shades of Dark Goldenrod #BE7004

Tints of Dark Goldenrod #BE7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.6%

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

R = 62.09%
G = 36.6%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE7004 (or 0xBE7004) is known color: Dark Goldenrod. HEX triplet: BE, 70 and 04. RGB value is (190,112,4). Sum of RGB (Red+Green+Blue) = 190+112+4=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7004 is #418FFB. Grayscale: #7B7B7B. Windows color (decimal): -4296700 or 291006. OLE color: 291006.

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

Color convert

RGB 190 112 4 -
CMYK 0 0.41 0.98 0.25
HSL 34.84º 0.96% 0.38% -
HSV(B) 34.84º 0.98% 0.75% -
XYZ 27.05 22.54 3.04 -
YUV 123.01 60.84 175.78 -
System Red Green Blue C M Y K H S L
Decimal 190 112 4 0 0.41 0.98 0.25 34.84 0.96 0.38
Hex BE 70 4 0 29 62 19 23 60 26
Octal 276 160 4 0 51 142 31 43 140 46
Binary 10111110 1110000 100 0 101001 1100010 11001 100011 1100000 100110

Color Harmonies of #BE7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7004

Black with #BE7004

Text Example


Text Example

White with #BE7004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7004; }

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

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

background-color css

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

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

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

border-color css

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

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

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