Html Css Color HEX #BA7604 Dark Goldenrod

📋 copy color: '#BA7604'

red 186 ◦ green 118 ◦ blue 4

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

Shades of Dark Goldenrod #BA7604

Tints of Dark Goldenrod #BA7604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.31%

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

R = 60.39%
G = 38.31%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA7604 (or 0xBA7604) is known color: Dark Goldenrod. HEX triplet: BA, 76 and 04. RGB value is (186,118,4). Sum of RGB (Red+Green+Blue) = 186+118+4=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7604 is #4589FB. Grayscale: #7D7D7D. Windows color (decimal): -4557308 or 292538. OLE color: 292538.

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

Color convert

RGB 186 118 4 -
CMYK 0 0.37 0.98 0.27
HSL 37.58º 0.96% 0.37% -
HSV(B) 37.58º 0.98% 0.73% -
XYZ 26.75 23.4 3.22 -
YUV 125.34 59.53 171.27 -
System Red Green Blue C M Y K H S L
Decimal 186 118 4 0 0.37 0.98 0.27 37.58 0.96 0.37
Hex BA 76 4 0 25 62 1B 26 60 25
Octal 272 166 4 0 45 142 33 46 140 45
Binary 10111010 1110110 100 0 100101 1100010 11011 100110 1100000 100101

Color Harmonies of #BA7604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7604

Black with #BA7604

Text Example


Text Example

White with #BA7604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7604; }

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

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

background-color css

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

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

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

border-color css

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

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

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