Html Css Color HEX #BA7404 Dark Goldenrod

📋 copy color: '#BA7404'

red 186 ◦ green 116 ◦ blue 4

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

Shades of Dark Goldenrod #BA7404

Tints of Dark Goldenrod #BA7404

RGB

 RED value IS 186 (73.05% from 255) = 60.78%

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

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

R = 60.78%
G = 37.91%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA7404 (or 0xBA7404) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 04. RGB value is (186,116,4). Sum of RGB (Red+Green+Blue) = 186+116+4=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7404 is #458BFB. Grayscale: #7C7C7C. Windows color (decimal): -4557820 or 292026. OLE color: 292026.

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

Color convert

RGB 186 116 4 -
CMYK 0 0.38 0.98 0.27
HSL 36.92º 0.96% 0.37% -
HSV(B) 36.92º 0.98% 0.73% -
XYZ 26.52 22.94 3.14 -
YUV 124.16 60.19 172.11 -
System Red Green Blue C M Y K H S L
Decimal 186 116 4 0 0.38 0.98 0.27 36.92 0.96 0.37
Hex BA 74 4 0 26 62 1B 25 60 25
Octal 272 164 4 0 46 142 33 45 140 45
Binary 10111010 1110100 100 0 100110 1100010 11011 100101 1100000 100101

Color Harmonies of #BA7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7404

Black with #BA7404

Text Example


Text Example

White with #BA7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7404; }

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

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

background-color css

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

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

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

border-color css

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

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

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