Html Css Color HEX #BA7524 Pirate Gold

📋 copy color: '#BA7524'

red 186 ◦ green 117 ◦ blue 36

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

Shades of Pirate Gold #BA7524

Tints of Pirate Gold #BA7524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.62%

R = 54.87%
G = 34.51%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA7524 (or 0xBA7524) is known color: Pirate Gold. HEX triplet: BA, 75 and 24. RGB value is (186,117,36). Sum of RGB (Red+Green+Blue) = 186+117+36=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7524 is #458ADB. Grayscale: #808080. Windows color (decimal): -4557532 or 2389434. OLE color: 2389434.

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

Color convert

RGB 186 117 36 -
CMYK 0 0.37 0.81 0.27
HSL 32.4º 0.68% 0.44% -
HSV(B) 32.4º 0.81% 0.73% -
XYZ 26.93 23.29 4.74 -
YUV 128.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 186 117 36 0 0.37 0.81 0.27 32.4 0.68 0.44
Hex BA 75 24 0 25 51 1B 20 44 2C
Octal 272 165 44 0 45 121 33 40 104 54
Binary 10111010 1110101 100100 0 100101 1010001 11011 100000 1000100 101100

Color Harmonies of #BA7524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7524

Black with #BA7524

Text Example


Text Example

White with #BA7524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7524; }

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

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

background-color css

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

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

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

border-color css

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

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

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