Html Css Color HEX #BA7122 Pirate Gold

📋 copy color: '#BA7122'

red 186 ◦ green 113 ◦ blue 34

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

Shades of Pirate Gold #BA7122

Tints of Pirate Gold #BA7122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

 BLUE value IS 34 (13.67% from 255) = 10.21%

R = 55.86%
G = 33.93%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA7122 (or 0xBA7122) is known color: Pirate Gold. HEX triplet: BA, 71 and 22. RGB value is (186,113,34). Sum of RGB (Red+Green+Blue) = 186+113+34=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7122 is #458EDD. Grayscale: #7E7E7E. Windows color (decimal): -4558558 or 2257338. OLE color: 2257338.

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

Color convert

RGB 186 113 34 -
CMYK 0 0.39 0.82 0.27
HSL 31.18º 0.69% 0.43% -
HSV(B) 31.18º 0.82% 0.73% -
XYZ 26.44 22.36 4.44 -
YUV 125.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 186 113 34 0 0.39 0.82 0.27 31.18 0.69 0.43
Hex BA 71 22 0 27 52 1B 1F 45 2B
Octal 272 161 42 0 47 122 33 37 105 53
Binary 10111010 1110001 100010 0 100111 1010010 11011 11111 1000101 101011

Color Harmonies of #BA7122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7122

Black with #BA7122

Text Example


Text Example

White with #BA7122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7122; }

 p { color: rgb(186,113,34); }

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

background-color css

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

 a { background-color: rgb(186,113,34); }

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

border-color css

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

 span { border-color: rgb(186,113,34); }

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