Html Css Color HEX #BA7917 Pirate Gold

📋 copy color: '#BA7917'

red 186 ◦ green 121 ◦ blue 23

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

Shades of Pirate Gold #BA7917

Tints of Pirate Gold #BA7917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

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

R = 56.36%
G = 36.67%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA7917 (or 0xBA7917) is known color: Pirate Gold. HEX triplet: BA, 79 and 17. RGB value is (186,121,23). Sum of RGB (Red+Green+Blue) = 186+121+23=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7917 is #4586E8. Grayscale: #818181. Windows color (decimal): -4556521 or 1538490. OLE color: 1538490.

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

Color convert

RGB 186 121 23 -
CMYK 0 0.35 0.88 0.27
HSL 36.07º 0.78% 0.41% -
HSV(B) 36.07º 0.88% 0.73% -
XYZ 27.24 24.18 4.04 -
YUV 129.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 186 121 23 0 0.35 0.88 0.27 36.07 0.78 0.41
Hex BA 79 17 0 23 58 1B 24 4E 29
Octal 272 171 27 0 43 130 33 44 116 51
Binary 10111010 1111001 10111 0 100011 1011000 11011 100100 1001110 101001

Color Harmonies of #BA7917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7917

Black with #BA7917

Text Example


Text Example

White with #BA7917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7917; }

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

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

background-color css

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

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

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

border-color css

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

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

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