Html Css Color HEX #BA7421 Pirate Gold

📋 copy color: '#BA7421'

red 186 ◦ green 116 ◦ blue 33

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

Shades of Pirate Gold #BA7421

Tints of Pirate Gold #BA7421

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.63%

 BLUE value IS 33 (13.28% from 255) = 9.85%

R = 55.52%
G = 34.63%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA7421 (or 0xBA7421) is known color: Pirate Gold. HEX triplet: BA, 74 and 21. RGB value is (186,116,33). Sum of RGB (Red+Green+Blue) = 186+116+33=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7421 is #458BDE. Grayscale: #7F7F7F. Windows color (decimal): -4557791 or 2192570. OLE color: 2192570.

HSL color Cylindrical-coordinate representation of color #BA7421: hue angle of 32.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA7421 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 116 33 -
CMYK 0 0.38 0.82 0.27
HSL 32.55º 0.7% 0.43% -
HSV(B) 32.55º 0.82% 0.73% -
XYZ 26.77 23.04 4.48 -
YUV 127.47 74.69 169.75 -
System Red Green Blue C M Y K H S L
Decimal 186 116 33 0 0.38 0.82 0.27 32.55 0.7 0.43
Hex BA 74 21 0 26 52 1B 21 46 2B
Octal 272 164 41 0 46 122 33 41 106 53
Binary 10111010 1110100 100001 0 100110 1010010 11011 100001 1000110 101011

Color Harmonies of #BA7421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7421

Black with #BA7421

Text Example


Text Example

White with #BA7421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7421; }

 p { color: rgb(186,116,33); }

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

background-color css

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

 a { background-color: rgb(186,116,33); }

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

border-color css

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

 span { border-color: rgb(186,116,33); }

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