Html Css Color HEX #BA7104 Dark Goldenrod

📋 copy color: '#BA7104'

red 186 ◦ green 113 ◦ blue 4

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

Shades of Dark Goldenrod #BA7104

Tints of Dark Goldenrod #BA7104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

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

R = 61.39%
G = 37.29%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA7104 (or 0xBA7104) is known color: Dark Goldenrod. HEX triplet: BA, 71 and 04. RGB value is (186,113,4). Sum of RGB (Red+Green+Blue) = 186+113+4=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7104 is #458EFB. Grayscale: #7A7A7A. Windows color (decimal): -4558588 or 291258. OLE color: 291258.

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

Color convert

RGB 186 113 4 -
CMYK 0 0.39 0.98 0.27
HSL 35.93º 0.96% 0.37% -
HSV(B) 35.93º 0.98% 0.73% -
XYZ 26.18 22.26 3.03 -
YUV 122.4 61.18 173.36 -
System Red Green Blue C M Y K H S L
Decimal 186 113 4 0 0.39 0.98 0.27 35.93 0.96 0.37
Hex BA 71 4 0 27 62 1B 24 60 25
Octal 272 161 4 0 47 142 33 44 140 45
Binary 10111010 1110001 100 0 100111 1100010 11011 100100 1100000 100101

Color Harmonies of #BA7104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7104

Black with #BA7104

Text Example


Text Example

White with #BA7104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7104; }

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

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

background-color css

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

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

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

border-color css

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

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

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