Html Css Color HEX #BA6F16 Pirate Gold

📋 copy color: '#BA6F16'

red 186 ◦ green 111 ◦ blue 22

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

Shades of Pirate Gold #BA6F16

Tints of Pirate Gold #BA6F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 58.31%
G = 34.8%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA6F16 (or 0xBA6F16) is known color: Pirate Gold. HEX triplet: BA, 6F and 16. RGB value is (186,111,22). Sum of RGB (Red+Green+Blue) = 186+111+22=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F16 is #4590E9. Grayscale: #7B7B7B. Windows color (decimal): -4559082 or 1470394. OLE color: 1470394.

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

Color convert

RGB 186 111 22 -
CMYK 0 0.40 0.88 0.27
HSL 32.56º 0.79% 0.41% -
HSV(B) 32.56º 0.88% 0.73% -
XYZ 26.08 21.87 3.61 -
YUV 123.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 186 111 22 0 0.40 0.88 0.27 32.56 0.79 0.41
Hex BA 6F 16 0 28 58 1B 21 4F 29
Octal 272 157 26 0 50 130 33 41 117 51
Binary 10111010 1101111 10110 0 101000 1011000 11011 100001 1001111 101001

Color Harmonies of #BA6F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F16

Black with #BA6F16

Text Example


Text Example

White with #BA6F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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