Html Css Color HEX #BA7525 Pirate Gold

📋 copy color: '#BA7525'

red 186 ◦ green 117 ◦ blue 37

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

Shades of Pirate Gold #BA7525

Tints of Pirate Gold #BA7525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.88%

R = 54.71%
G = 34.41%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA7525 (or 0xBA7525) is known color: Pirate Gold. HEX triplet: BA, 75 and 25. RGB value is (186,117,37). Sum of RGB (Red+Green+Blue) = 186+117+37=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7525 is #458ADA. Grayscale: #808080. Windows color (decimal): -4557531 or 2454970. OLE color: 2454970.

HSL color Cylindrical-coordinate representation of color #BA7525: hue angle of 32.21º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA7525 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 37 -
CMYK 0 0.37 0.80 0.27
HSL 32.21º 0.67% 0.44% -
HSV(B) 32.21º 0.8% 0.73% -
XYZ 26.94 23.3 4.83 -
YUV 128.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 186 117 37 0 0.37 0.80 0.27 32.21 0.67 0.44
Hex BA 75 25 0 25 50 1B 20 43 2C
Octal 272 165 45 0 45 120 33 40 103 54
Binary 10111010 1110101 100101 0 100101 1010000 11011 100000 1000011 101100

Color Harmonies of #BA7525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7525

Black with #BA7525

Text Example


Text Example

White with #BA7525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7525; }

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

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

background-color css

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

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

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

border-color css

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

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

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