Html Css Color HEX #BA711C Pirate Gold

📋 copy color: '#BA711C'

red 186 ◦ green 113 ◦ blue 28

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

Shades of Pirate Gold #BA711C

Tints of Pirate Gold #BA711C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 56.88%
G = 34.56%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA711C (or 0xBA711C) is known color: Pirate Gold. HEX triplet: BA, 71 and 1C. RGB value is (186,113,28). Sum of RGB (Red+Green+Blue) = 186+113+28=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA711C is #458EE3. Grayscale: #7D7D7D. Windows color (decimal): -4558564 or 1864122. OLE color: 1864122.

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

Color convert

RGB 186 113 28 -
CMYK 0 0.39 0.85 0.27
HSL 32.28º 0.74% 0.42% -
HSV(B) 32.28º 0.85% 0.73% -
XYZ 26.36 22.33 4.02 -
YUV 125.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 186 113 28 0 0.39 0.85 0.27 32.28 0.74 0.42
Hex BA 71 1C 0 27 55 1B 20 4A 2A
Octal 272 161 34 0 47 125 33 40 112 52
Binary 10111010 1110001 11100 0 100111 1010101 11011 100000 1001010 101010

Color Harmonies of #BA711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA711C

Black with #BA711C

Text Example


Text Example

White with #BA711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA711C; }

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

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

background-color css

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

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

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

border-color css

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

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

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