Html Css Color HEX #BA7A18 Pirate Gold

📋 copy color: '#BA7A18'

red 186 ◦ green 122 ◦ blue 24

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

Shades of Pirate Gold #BA7A18

Tints of Pirate Gold #BA7A18

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 56.02%
G = 36.75%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA7A18 (or 0xBA7A18) is known color: Pirate Gold. HEX triplet: BA, 7A and 18. RGB value is (186,122,24). Sum of RGB (Red+Green+Blue) = 186+122+24=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A18 is #4585E7. Grayscale: #828282. Windows color (decimal): -4556264 or 1604282. OLE color: 1604282.

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

Color convert

RGB 186 122 24 -
CMYK 0 0.34 0.87 0.27
HSL 36.3º 0.77% 0.41% -
HSV(B) 36.3º 0.87% 0.73% -
XYZ 27.37 24.42 4.14 -
YUV 129.96 68.2 167.97 -
System Red Green Blue C M Y K H S L
Decimal 186 122 24 0 0.34 0.87 0.27 36.3 0.77 0.41
Hex BA 7A 18 0 22 57 1B 24 4D 29
Octal 272 172 30 0 42 127 33 44 115 51
Binary 10111010 1111010 11000 0 100010 1010111 11011 100100 1001101 101001

Color Harmonies of #BA7A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A18

Black with #BA7A18

Text Example


Text Example

White with #BA7A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A18; }

 p { color: rgb(186,122,24); }

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

background-color css

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

 a { background-color: rgb(186,122,24); }

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

border-color css

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

 span { border-color: rgb(186,122,24); }

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