Html Css Color HEX #BA7617 Pirate Gold

📋 copy color: '#BA7617'

red 186 ◦ green 118 ◦ blue 23

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

Shades of Pirate Gold #BA7617

Tints of Pirate Gold #BA7617

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.09%

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

R = 56.88%
G = 36.09%
B = 7.03%

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

#BA7617 (or 0xBA7617) is known color: Pirate Gold. HEX triplet: BA, 76 and 17. RGB value is (186,118,23). Sum of RGB (Red+Green+Blue) = 186+118+23=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7617 is #4589E8. Grayscale: #7F7F7F. Windows color (decimal): -4557289 or 1537722. OLE color: 1537722.

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

Color convert

RGB 186 118 23 -
CMYK 0 0.37 0.88 0.27
HSL 34.97º 0.78% 0.41% -
HSV(B) 34.97º 0.88% 0.73% -
XYZ 26.88 23.46 3.92 -
YUV 127.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 186 118 23 0 0.37 0.88 0.27 34.97 0.78 0.41
Hex BA 76 17 0 25 58 1B 23 4E 29
Octal 272 166 27 0 45 130 33 43 116 51
Binary 10111010 1110110 10111 0 100101 1011000 11011 100011 1001110 101001

Color Harmonies of #BA7617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7617

Black with #BA7617

Text Example


Text Example

White with #BA7617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7617; }

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

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

background-color css

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

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

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

border-color css

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

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

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