Html Css Color HEX #BA7520 Pirate Gold

📋 copy color: '#BA7520'

red 186 ◦ green 117 ◦ blue 32

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

Shades of Pirate Gold #BA7520

Tints of Pirate Gold #BA7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 55.52%
G = 34.93%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA7520 (or 0xBA7520) is known color: Pirate Gold. HEX triplet: BA, 75 and 20. RGB value is (186,117,32). Sum of RGB (Red+Green+Blue) = 186+117+32=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7520 is #458ADF. Grayscale: #808080. Windows color (decimal): -4557536 or 2127290. OLE color: 2127290.

HSL color Cylindrical-coordinate representation of color #BA7520: hue angle of 33.12º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA7520 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 32 -
CMYK 0 0.37 0.83 0.27
HSL 33.12º 0.71% 0.43% -
HSV(B) 33.12º 0.83% 0.73% -
XYZ 26.87 23.27 4.44 -
YUV 127.94 73.86 169.41 -
System Red Green Blue C M Y K H S L
Decimal 186 117 32 0 0.37 0.83 0.27 33.12 0.71 0.43
Hex BA 75 20 0 25 53 1B 21 47 2B
Octal 272 165 40 0 45 123 33 41 107 53
Binary 10111010 1110101 100000 0 100101 1010011 11011 100001 1000111 101011

Color Harmonies of #BA7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7520

Black with #BA7520

Text Example


Text Example

White with #BA7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7520; }

 p { color: rgb(186,117,32); }

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

background-color css

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

 a { background-color: rgb(186,117,32); }

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

border-color css

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

 span { border-color: rgb(186,117,32); }

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