Html Css Color HEX #BA7019 Pirate Gold

📋 copy color: '#BA7019'

red 186 ◦ green 112 ◦ blue 25

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

Shades of Pirate Gold #BA7019

Tints of Pirate Gold #BA7019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 57.59%
G = 34.67%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA7019 (or 0xBA7019) is known color: Pirate Gold. HEX triplet: BA, 70 and 19. RGB value is (186,112,25). Sum of RGB (Red+Green+Blue) = 186+112+25=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7019 is #458FE6. Grayscale: #7C7C7C. Windows color (decimal): -4558823 or 1667258. OLE color: 1667258.

HSL color Cylindrical-coordinate representation of color #BA7019: hue angle of 32.42º degrees, saturation: 0.76, 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 #BA7019 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 25 -
CMYK 0 0.40 0.87 0.27
HSL 32.42º 0.76% 0.41% -
HSV(B) 32.42º 0.87% 0.73% -
XYZ 26.22 22.1 3.8 -
YUV 124.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 186 112 25 0 0.40 0.87 0.27 32.42 0.76 0.41
Hex BA 70 19 0 28 57 1B 20 4C 29
Octal 272 160 31 0 50 127 33 40 114 51
Binary 10111010 1110000 11001 0 101000 1010111 11011 100000 1001100 101001

Color Harmonies of #BA7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7019

Black with #BA7019

Text Example


Text Example

White with #BA7019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7019; }

 p { color: rgb(186,112,25); }

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

background-color css

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

 a { background-color: rgb(186,112,25); }

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

border-color css

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

 span { border-color: rgb(186,112,25); }

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