Html Css Color HEX #BA7716 Pirate Gold

📋 copy color: '#BA7716'

red 186 ◦ green 119 ◦ blue 22

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

Shades of Pirate Gold #BA7716

Tints of Pirate Gold #BA7716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.39%

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

R = 56.88%
G = 36.39%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA7716 (or 0xBA7716) is known color: Pirate Gold. HEX triplet: BA, 77 and 16. RGB value is (186,119,22). Sum of RGB (Red+Green+Blue) = 186+119+22=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7716 is #4588E9. Grayscale: #808080. Windows color (decimal): -4557034 or 1472442. OLE color: 1472442.

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

Color convert

RGB 186 119 22 -
CMYK 0 0.36 0.88 0.27
HSL 35.49º 0.79% 0.41% -
HSV(B) 35.49º 0.88% 0.73% -
XYZ 26.99 23.69 3.91 -
YUV 127.98 68.2 169.39 -
System Red Green Blue C M Y K H S L
Decimal 186 119 22 0 0.36 0.88 0.27 35.49 0.79 0.41
Hex BA 77 16 0 24 58 1B 23 4F 29
Octal 272 167 26 0 44 130 33 43 117 51
Binary 10111010 1110111 10110 0 100100 1011000 11011 100011 1001111 101001

Color Harmonies of #BA7716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7716

Black with #BA7716

Text Example


Text Example

White with #BA7716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7716; }

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

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

background-color css

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

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

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

border-color css

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

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

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