Html Css Color HEX #BA742C Pirate Gold

📋 copy color: '#BA742C'

red 186 ◦ green 116 ◦ blue 44

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

Shades of Pirate Gold #BA742C

Tints of Pirate Gold #BA742C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 53.76%
G = 33.53%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA742C (or 0xBA742C) is known color: Pirate Gold. HEX triplet: BA, 74 and 2C. RGB value is (186,116,44). Sum of RGB (Red+Green+Blue) = 186+116+44=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA742C is #458BD3. Grayscale: #818181. Windows color (decimal): -4557780 or 2913466. OLE color: 2913466.

HSL color Cylindrical-coordinate representation of color #BA742C: hue angle of 30.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA742C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 116 44 -
CMYK 0 0.38 0.76 0.27
HSL 30.42º 0.62% 0.45% -
HSV(B) 30.42º 0.76% 0.73% -
XYZ 26.95 23.11 5.42 -
YUV 128.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 186 116 44 0 0.38 0.76 0.27 30.42 0.62 0.45
Hex BA 74 2C 0 26 4C 1B 1E 3E 2D
Octal 272 164 54 0 46 114 33 36 76 55
Binary 10111010 1110100 101100 0 100110 1001100 11011 11110 111110 101101

Color Harmonies of #BA742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA742C

Black with #BA742C

Text Example


Text Example

White with #BA742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA742C; }

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

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

background-color css

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

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

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

border-color css

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

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

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