Html Css Color HEX #BA731C Pirate Gold

📋 copy color: '#BA731C'

red 186 ◦ green 115 ◦ blue 28

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

Shades of Pirate Gold #BA731C

Tints of Pirate Gold #BA731C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

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

R = 56.53%
G = 34.95%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA731C (or 0xBA731C) is known color: Pirate Gold. HEX triplet: BA, 73 and 1C. RGB value is (186,115,28). Sum of RGB (Red+Green+Blue) = 186+115+28=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA731C is #458CE3. Grayscale: #7E7E7E. Windows color (decimal): -4558052 or 1864634. OLE color: 1864634.

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

Color convert

RGB 186 115 28 -
CMYK 0 0.38 0.85 0.27
HSL 33.04º 0.74% 0.42% -
HSV(B) 33.04º 0.85% 0.73% -
XYZ 26.59 22.78 4.09 -
YUV 126.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 186 115 28 0 0.38 0.85 0.27 33.04 0.74 0.42
Hex BA 73 1C 0 26 55 1B 21 4A 2A
Octal 272 163 34 0 46 125 33 41 112 52
Binary 10111010 1110011 11100 0 100110 1010101 11011 100001 1001010 101010

Color Harmonies of #BA731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA731C

Black with #BA731C

Text Example


Text Example

White with #BA731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA731C; }

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

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

background-color css

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

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

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

border-color css

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

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

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