Html Css Color HEX #BA7012 Pirate Gold

📋 copy color: '#BA7012'

red 186 ◦ green 112 ◦ blue 18

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

Shades of Pirate Gold #BA7012

Tints of Pirate Gold #BA7012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 58.86%
G = 35.44%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA7012 (or 0xBA7012) is known color: Pirate Gold. HEX triplet: BA, 70 and 12. RGB value is (186,112,18). Sum of RGB (Red+Green+Blue) = 186+112+18=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7012 is #458FED. Grayscale: #7B7B7B. Windows color (decimal): -4558830 or 1208506. OLE color: 1208506.

HSL color Cylindrical-coordinate representation of color #BA7012: hue angle of 33.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA7012 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 18 -
CMYK 0 0.40 0.90 0.27
HSL 33.57º 0.82% 0.4% -
HSV(B) 33.57º 0.9% 0.73% -
XYZ 26.15 22.07 3.45 -
YUV 123.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 186 112 18 0 0.40 0.90 0.27 33.57 0.82 0.4
Hex BA 70 12 0 28 5A 1B 22 52 28
Octal 272 160 22 0 50 132 33 42 122 50
Binary 10111010 1110000 10010 0 101000 1011010 11011 100010 1010010 101000

Color Harmonies of #BA7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7012

Black with #BA7012

Text Example


Text Example

White with #BA7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7012; }

 p { color: rgb(186,112,18); }

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

background-color css

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

 a { background-color: rgb(186,112,18); }

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

border-color css

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

 span { border-color: rgb(186,112,18); }

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