Html Css Color HEX #BA6F19 Pirate Gold

📋 copy color: '#BA6F19'

red 186 ◦ green 111 ◦ blue 25

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

Shades of Pirate Gold #BA6F19

Tints of Pirate Gold #BA6F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.47%

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

R = 57.76%
G = 34.47%
B = 7.76%

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

#BA6F19 (or 0xBA6F19) is known color: Pirate Gold. HEX triplet: BA, 6F and 19. RGB value is (186,111,25). Sum of RGB (Red+Green+Blue) = 186+111+25=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F19 is #4590E6. Grayscale: #7C7C7C. Windows color (decimal): -4559079 or 1667002. OLE color: 1667002.

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

Color convert

RGB 186 111 25 -
CMYK 0 0.40 0.87 0.27
HSL 32.05º 0.76% 0.41% -
HSV(B) 32.05º 0.87% 0.73% -
XYZ 26.11 21.88 3.77 -
YUV 123.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 186 111 25 0 0.40 0.87 0.27 32.05 0.76 0.41
Hex BA 6F 19 0 28 57 1B 20 4C 29
Octal 272 157 31 0 50 127 33 40 114 51
Binary 10111010 1101111 11001 0 101000 1010111 11011 100000 1001100 101001

Color Harmonies of #BA6F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F19

Black with #BA6F19

Text Example


Text Example

White with #BA6F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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