Html Css Color HEX #BA7310 Dark Goldenrod

📋 copy color: '#BA7310'

red 186 ◦ green 115 ◦ blue 16

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

Shades of Dark Goldenrod #BA7310

Tints of Dark Goldenrod #BA7310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.28%

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 58.68%
G = 36.28%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA7310 (or 0xBA7310) is known color: Dark Goldenrod. HEX triplet: BA, 73 and 10. RGB value is (186,115,16). Sum of RGB (Red+Green+Blue) = 186+115+16=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7310 is #458CEF. Grayscale: #7D7D7D. Windows color (decimal): -4558064 or 1078202. OLE color: 1078202.

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

Color convert

RGB 186 115 16 -
CMYK 0 0.38 0.91 0.27
HSL 34.94º 0.84% 0.4% -
HSV(B) 34.94º 0.91% 0.73% -
XYZ 26.47 22.74 3.48 -
YUV 124.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 186 115 16 0 0.38 0.91 0.27 34.94 0.84 0.4
Hex BA 73 10 0 26 5B 1B 23 54 28
Octal 272 163 20 0 46 133 33 43 124 50
Binary 10111010 1110011 10000 0 100110 1011011 11011 100011 1010100 101000

Color Harmonies of #BA7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7310

Black with #BA7310

Text Example


Text Example

White with #BA7310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7310; }

 p { color: rgb(186,115,16); }

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

background-color css

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

 a { background-color: rgb(186,115,16); }

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

border-color css

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

 span { border-color: rgb(186,115,16); }

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