Html Css Color HEX #BA7710 Dark Goldenrod

📋 copy color: '#BA7710'

red 186 ◦ green 119 ◦ blue 16

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

Shades of Dark Goldenrod #BA7710

Tints of Dark Goldenrod #BA7710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

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

R = 57.94%
G = 37.07%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA7710 (or 0xBA7710) is known color: Dark Goldenrod. HEX triplet: BA, 77 and 10. RGB value is (186,119,16). Sum of RGB (Red+Green+Blue) = 186+119+16=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7710 is #4588EF. Grayscale: #7F7F7F. Windows color (decimal): -4557040 or 1079226. OLE color: 1079226.

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

Color convert

RGB 186 119 16 -
CMYK 0 0.36 0.91 0.27
HSL 36.35º 0.84% 0.4% -
HSV(B) 36.35º 0.91% 0.73% -
XYZ 26.94 23.67 3.64 -
YUV 127.29 65.2 169.88 -
System Red Green Blue C M Y K H S L
Decimal 186 119 16 0 0.36 0.91 0.27 36.35 0.84 0.4
Hex BA 77 10 0 24 5B 1B 24 54 28
Octal 272 167 20 0 44 133 33 44 124 50
Binary 10111010 1110111 10000 0 100100 1011011 11011 100100 1010100 101000

Color Harmonies of #BA7710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7710

Black with #BA7710

Text Example


Text Example

White with #BA7710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7710; }

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

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

background-color css

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

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

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

border-color css

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

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

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