Html Css Color HEX #BA701C Pirate Gold

📋 copy color: '#BA701C'

red 186 ◦ green 112 ◦ blue 28

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

Shades of Pirate Gold #BA701C

Tints of Pirate Gold #BA701C

RGB

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

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

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

R = 57.06%
G = 34.36%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA701C (or 0xBA701C) is known color: Pirate Gold. HEX triplet: BA, 70 and 1C. RGB value is (186,112,28). Sum of RGB (Red+Green+Blue) = 186+112+28=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA701C is #458FE3. Grayscale: #7C7C7C. Windows color (decimal): -4558820 or 1863866. OLE color: 1863866.

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

Color convert

RGB 186 112 28 -
CMYK 0 0.40 0.85 0.27
HSL 31.9º 0.74% 0.42% -
HSV(B) 31.9º 0.85% 0.73% -
XYZ 26.25 22.11 3.98 -
YUV 124.55 73.52 171.83 -
System Red Green Blue C M Y K H S L
Decimal 186 112 28 0 0.40 0.85 0.27 31.9 0.74 0.42
Hex BA 70 1C 0 28 55 1B 20 4A 2A
Octal 272 160 34 0 50 125 33 40 112 52
Binary 10111010 1110000 11100 0 101000 1010101 11011 100000 1001010 101010

Color Harmonies of #BA701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA701C

Black with #BA701C

Text Example


Text Example

White with #BA701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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