Html Css Color HEX #BA752A Pirate Gold

📋 copy color: '#BA752A'

red 186 ◦ green 117 ◦ blue 42

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

Shades of Pirate Gold #BA752A

Tints of Pirate Gold #BA752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.17%

R = 53.91%
G = 33.91%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA752A (or 0xBA752A) is known color: Pirate Gold. HEX triplet: BA, 75 and 2A. RGB value is (186,117,42). Sum of RGB (Red+Green+Blue) = 186+117+42=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA752A is #458AD5. Grayscale: #818181. Windows color (decimal): -4557526 or 2782650. OLE color: 2782650.

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

Color convert

RGB 186 117 42 -
CMYK 0 0.37 0.77 0.27
HSL 31.25º 0.63% 0.45% -
HSV(B) 31.25º 0.77% 0.73% -
XYZ 27.03 23.33 5.27 -
YUV 129.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 186 117 42 0 0.37 0.77 0.27 31.25 0.63 0.45
Hex BA 75 2A 0 25 4D 1B 1F 3F 2D
Octal 272 165 52 0 45 115 33 37 77 55
Binary 10111010 1110101 101010 0 100101 1001101 11011 11111 111111 101101

Color Harmonies of #BA752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA752A

Black with #BA752A

Text Example


Text Example

White with #BA752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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