Html Css Color HEX #BA7326 Pirate Gold

📋 copy color: '#BA7326'

red 186 ◦ green 115 ◦ blue 38

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

Shades of Pirate Gold #BA7326

Tints of Pirate Gold #BA7326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 54.87%
G = 33.92%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA7326 (or 0xBA7326) is known color: Pirate Gold. HEX triplet: BA, 73 and 26. RGB value is (186,115,38). Sum of RGB (Red+Green+Blue) = 186+115+38=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7326 is #458CD9. Grayscale: #7F7F7F. Windows color (decimal): -4558042 or 2519994. OLE color: 2519994.

HSL color Cylindrical-coordinate representation of color #BA7326: hue angle of 31.22º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA7326 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 38 -
CMYK 0 0.38 0.80 0.27
HSL 31.22º 0.66% 0.44% -
HSV(B) 31.22º 0.8% 0.73% -
XYZ 26.73 22.84 4.83 -
YUV 127.45 77.52 169.76 -
System Red Green Blue C M Y K H S L
Decimal 186 115 38 0 0.38 0.80 0.27 31.22 0.66 0.44
Hex BA 73 26 0 26 50 1B 1F 42 2C
Octal 272 163 46 0 46 120 33 37 102 54
Binary 10111010 1110011 100110 0 100110 1010000 11011 11111 1000010 101100

Color Harmonies of #BA7326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7326

Black with #BA7326

Text Example


Text Example

White with #BA7326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7326; }

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

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

background-color css

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

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

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

border-color css

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

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

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