Html Css Color HEX #BA7506 Dark Goldenrod

📋 copy color: '#BA7506'

red 186 ◦ green 117 ◦ blue 6

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

Shades of Dark Goldenrod #BA7506

Tints of Dark Goldenrod #BA7506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.86%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 60.19%
G = 37.86%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA7506 (or 0xBA7506) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 06. RGB value is (186,117,6). Sum of RGB (Red+Green+Blue) = 186+117+6=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7506 is #458AF9. Grayscale: #7D7D7D. Windows color (decimal): -4557562 or 423354. OLE color: 423354.

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

Color convert

RGB 186 117 6 -
CMYK 0 0.37 0.97 0.27
HSL 37º 0.94% 0.38% -
HSV(B) 37º 0.97% 0.73% -
XYZ 26.64 23.17 3.24 -
YUV 124.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 186 117 6 0 0.37 0.97 0.27 37 0.94 0.38
Hex BA 75 6 0 25 61 1B 25 5E 26
Octal 272 165 6 0 45 141 33 45 136 46
Binary 10111010 1110101 110 0 100101 1100001 11011 100101 1011110 100110

Color Harmonies of #BA7506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7506

Black with #BA7506

Text Example


Text Example

White with #BA7506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7506; }

 p { color: rgb(186,117,6); }

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

background-color css

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

 a { background-color: rgb(186,117,6); }

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

border-color css

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

 span { border-color: rgb(186,117,6); }

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