Html Css Color HEX #BA741F Pirate Gold

📋 copy color: '#BA741F'

red 186 ◦ green 116 ◦ blue 31

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

Shades of Pirate Gold #BA741F

Tints of Pirate Gold #BA741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.83%

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

R = 55.86%
G = 34.83%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA741F (or 0xBA741F) is known color: Pirate Gold. HEX triplet: BA, 74 and 1F. RGB value is (186,116,31). Sum of RGB (Red+Green+Blue) = 186+116+31=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA741F is #458BE0. Grayscale: #7F7F7F. Windows color (decimal): -4557793 or 2061498. OLE color: 2061498.

HSL color Cylindrical-coordinate representation of color #BA741F: hue angle of 32.9º 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 #BA741F is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 116 31 -
CMYK 0 0.38 0.83 0.27
HSL 32.9º 0.71% 0.43% -
HSV(B) 32.9º 0.83% 0.73% -
XYZ 26.74 23.03 4.33 -
YUV 127.24 73.69 169.91 -
System Red Green Blue C M Y K H S L
Decimal 186 116 31 0 0.38 0.83 0.27 32.9 0.71 0.43
Hex BA 74 1F 0 26 53 1B 21 47 2B
Octal 272 164 37 0 46 123 33 41 107 53
Binary 10111010 1110100 11111 0 100110 1010011 11011 100001 1000111 101011

Color Harmonies of #BA741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA741F

Black with #BA741F

Text Example


Text Example

White with #BA741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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