Html Css Color HEX #BA711F Pirate Gold

📋 copy color: '#BA711F'

red 186 ◦ green 113 ◦ blue 31

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

Shades of Pirate Gold #BA711F

Tints of Pirate Gold #BA711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.39%

R = 56.36%
G = 34.24%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA711F (or 0xBA711F) is known color: Pirate Gold. HEX triplet: BA, 71 and 1F. RGB value is (186,113,31). Sum of RGB (Red+Green+Blue) = 186+113+31=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA711F is #458EE0. Grayscale: #7D7D7D. Windows color (decimal): -4558561 or 2060730. OLE color: 2060730.

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

Color convert

RGB 186 113 31 -
CMYK 0 0.39 0.83 0.27
HSL 31.74º 0.71% 0.43% -
HSV(B) 31.74º 0.83% 0.73% -
XYZ 26.4 22.35 4.22 -
YUV 125.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 186 113 31 0 0.39 0.83 0.27 31.74 0.71 0.43
Hex BA 71 1F 0 27 53 1B 20 47 2B
Octal 272 161 37 0 47 123 33 40 107 53
Binary 10111010 1110001 11111 0 100111 1010011 11011 100000 1000111 101011

Color Harmonies of #BA711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA711F

Black with #BA711F

Text Example


Text Example

White with #BA711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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