Html Css Color HEX #BA7510 Dark Goldenrod

📋 copy color: '#BA7510'

red 186 ◦ green 117 ◦ blue 16

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

Shades of Dark Goldenrod #BA7510

Tints of Dark Goldenrod #BA7510

RGB

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

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

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

R = 58.31%
G = 36.68%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA7510 (or 0xBA7510) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 10. RGB value is (186,117,16). Sum of RGB (Red+Green+Blue) = 186+117+16=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7510 is #458AEF. Grayscale: #7E7E7E. Windows color (decimal): -4557552 or 1078714. OLE color: 1078714.

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

Color convert

RGB 186 117 16 -
CMYK 0 0.37 0.91 0.27
HSL 35.65º 0.84% 0.4% -
HSV(B) 35.65º 0.91% 0.73% -
XYZ 26.7 23.2 3.56 -
YUV 126.12 65.86 170.71 -
System Red Green Blue C M Y K H S L
Decimal 186 117 16 0 0.37 0.91 0.27 35.65 0.84 0.4
Hex BA 75 10 0 25 5B 1B 24 54 28
Octal 272 165 20 0 45 133 33 44 124 50
Binary 10111010 1110101 10000 0 100101 1011011 11011 100100 1010100 101000

Color Harmonies of #BA7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7510

Black with #BA7510

Text Example


Text Example

White with #BA7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7510; }

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

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

background-color css

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

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

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

border-color css

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

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

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