Html Css Color HEX #BA711E Pirate Gold

📋 copy color: '#BA711E'

red 186 ◦ green 113 ◦ blue 30

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

Shades of Pirate Gold #BA711E

Tints of Pirate Gold #BA711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 56.53%
G = 34.35%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA711E (or 0xBA711E) is known color: Pirate Gold. HEX triplet: BA, 71 and 1E. RGB value is (186,113,30). Sum of RGB (Red+Green+Blue) = 186+113+30=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA711E is #458EE1. Grayscale: #7D7D7D. Windows color (decimal): -4558562 or 1995194. OLE color: 1995194.

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

Color convert

RGB 186 113 30 -
CMYK 0 0.39 0.84 0.27
HSL 31.92º 0.72% 0.42% -
HSV(B) 31.92º 0.84% 0.73% -
XYZ 26.39 22.34 4.15 -
YUV 125.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 186 113 30 0 0.39 0.84 0.27 31.92 0.72 0.42
Hex BA 71 1E 0 27 54 1B 20 48 2A
Octal 272 161 36 0 47 124 33 40 110 52
Binary 10111010 1110001 11110 0 100111 1010100 11011 100000 1001000 101010

Color Harmonies of #BA711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA711E

Black with #BA711E

Text Example


Text Example

White with #BA711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA711E; }

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

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

background-color css

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

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

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

border-color css

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

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

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