Html Css Color HEX #BA7517 Pirate Gold

📋 copy color: '#BA7517'

red 186 ◦ green 117 ◦ blue 23

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

Shades of Pirate Gold #BA7517

Tints of Pirate Gold #BA7517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.06%

R = 57.06%
G = 35.89%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA7517 (or 0xBA7517) is known color: Pirate Gold. HEX triplet: BA, 75 and 17. RGB value is (186,117,23). Sum of RGB (Red+Green+Blue) = 186+117+23=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7517 is #458AE8. Grayscale: #7F7F7F. Windows color (decimal): -4557545 or 1537466. OLE color: 1537466.

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

Color convert

RGB 186 117 23 -
CMYK 0 0.37 0.88 0.27
HSL 34.6º 0.78% 0.41% -
HSV(B) 34.6º 0.88% 0.73% -
XYZ 26.77 23.22 3.88 -
YUV 126.92 69.36 170.14 -
System Red Green Blue C M Y K H S L
Decimal 186 117 23 0 0.37 0.88 0.27 34.6 0.78 0.41
Hex BA 75 17 0 25 58 1B 23 4E 29
Octal 272 165 27 0 45 130 33 43 116 51
Binary 10111010 1110101 10111 0 100101 1011000 11011 100011 1001110 101001

Color Harmonies of #BA7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7517

Black with #BA7517

Text Example


Text Example

White with #BA7517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7517; }

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

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

background-color css

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

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

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

border-color css

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

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

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