Html Css Color HEX #BE7404 Dark Goldenrod

📋 copy color: '#BE7404'

red 190 ◦ green 116 ◦ blue 4

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

Shades of Dark Goldenrod #BE7404

Tints of Dark Goldenrod #BE7404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 61.29%
G = 37.42%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE7404 (or 0xBE7404) is known color: Dark Goldenrod. HEX triplet: BE, 74 and 04. RGB value is (190,116,4). Sum of RGB (Red+Green+Blue) = 190+116+4=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7404 is #418BFB. Grayscale: #7D7D7D. Windows color (decimal): -4295676 or 292030. OLE color: 292030.

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

Color convert

RGB 190 116 4 -
CMYK 0 0.39 0.98 0.25
HSL 36.13º 0.96% 0.38% -
HSV(B) 36.13º 0.98% 0.75% -
XYZ 27.5 23.45 3.19 -
YUV 125.36 59.52 174.11 -
System Red Green Blue C M Y K H S L
Decimal 190 116 4 0 0.39 0.98 0.25 36.13 0.96 0.38
Hex BE 74 4 0 27 62 19 24 60 26
Octal 276 164 4 0 47 142 31 44 140 46
Binary 10111110 1110100 100 0 100111 1100010 11001 100100 1100000 100110

Color Harmonies of #BE7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7404

Black with #BE7404

Text Example


Text Example

White with #BE7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7404; }

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

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

background-color css

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

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

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

border-color css

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

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

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