Html Css Color HEX #BA761A Pirate Gold

📋 copy color: '#BA761A'

red 186 ◦ green 118 ◦ blue 26

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

Shades of Pirate Gold #BA761A

Tints of Pirate Gold #BA761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

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

R = 56.36%
G = 35.76%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA761A (or 0xBA761A) is known color: Pirate Gold. HEX triplet: BA, 76 and 1A. RGB value is (186,118,26). Sum of RGB (Red+Green+Blue) = 186+118+26=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA761A is #4589E5. Grayscale: #808080. Windows color (decimal): -4557286 or 1734330. OLE color: 1734330.

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

Color convert

RGB 186 118 26 -
CMYK 0 0.37 0.86 0.27
HSL 34.5º 0.75% 0.42% -
HSV(B) 34.5º 0.86% 0.73% -
XYZ 26.91 23.47 4.09 -
YUV 127.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 186 118 26 0 0.37 0.86 0.27 34.5 0.75 0.42
Hex BA 76 1A 0 25 56 1B 22 4B 2A
Octal 272 166 32 0 45 126 33 42 113 52
Binary 10111010 1110110 11010 0 100101 1010110 11011 100010 1001011 101010

Color Harmonies of #BA761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA761A

Black with #BA761A

Text Example


Text Example

White with #BA761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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