Html Css Color HEX #BE8404 Dark Goldenrod

📋 copy color: '#BE8404'

red 190 ◦ green 132 ◦ blue 4

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

Shades of Dark Goldenrod #BE8404

Tints of Dark Goldenrod #BE8404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.49%

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

R = 58.28%
G = 40.49%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE8404 (or 0xBE8404) is known color: Dark Goldenrod. HEX triplet: BE, 84 and 04. RGB value is (190,132,4). Sum of RGB (Red+Green+Blue) = 190+132+4=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8404 is #417BFB. Grayscale: #878787. Windows color (decimal): -4291580 or 296126. OLE color: 296126.

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

Color convert

RGB 190 132 4 -
CMYK 0 0.31 0.98 0.25
HSL 41.29º 0.96% 0.38% -
HSV(B) 41.29º 0.98% 0.75% -
XYZ 29.51 27.46 3.86 -
YUV 134.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 190 132 4 0 0.31 0.98 0.25 41.29 0.96 0.38
Hex BE 84 4 0 1F 62 19 29 60 26
Octal 276 204 4 0 37 142 31 51 140 46
Binary 10111110 10000100 100 0 11111 1100010 11001 101001 1100000 100110

Color Harmonies of #BE8404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8404

Black with #BE8404

Text Example


Text Example

White with #BE8404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8404; }

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

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

background-color css

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

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

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

border-color css

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

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

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