Html Css Color HEX #BA781A Pirate Gold

📋 copy color: '#BA781A'

red 186 ◦ green 120 ◦ blue 26

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

Shades of Pirate Gold #BA781A

Tints of Pirate Gold #BA781A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 56.02%
G = 36.14%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA781A (or 0xBA781A) is known color: Pirate Gold. HEX triplet: BA, 78 and 1A. RGB value is (186,120,26). Sum of RGB (Red+Green+Blue) = 186+120+26=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA781A is #4587E5. Grayscale: #818181. Windows color (decimal): -4556774 or 1734842. OLE color: 1734842.

HSL color Cylindrical-coordinate representation of color #BA781A: hue angle of 35.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA781A is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 120 26 -
CMYK 0 0.35 0.86 0.27
HSL 35.25º 0.75% 0.42% -
HSV(B) 35.25º 0.86% 0.73% -
XYZ 27.15 23.95 4.17 -
YUV 129.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 186 120 26 0 0.35 0.86 0.27 35.25 0.75 0.42
Hex BA 78 1A 0 23 56 1B 23 4B 2A
Octal 272 170 32 0 43 126 33 43 113 52
Binary 10111010 1111000 11010 0 100011 1010110 11011 100011 1001011 101010

Color Harmonies of #BA781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA781A

Black with #BA781A

Text Example


Text Example

White with #BA781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA781A; }

 p { color: rgb(186,120,26); }

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

background-color css

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

 a { background-color: rgb(186,120,26); }

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

border-color css

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

 span { border-color: rgb(186,120,26); }

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