Html Css Color HEX #BA7721 Pirate Gold

📋 copy color: '#BA7721'

red 186 ◦ green 119 ◦ blue 33

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

Shades of Pirate Gold #BA7721

Tints of Pirate Gold #BA7721

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.21%

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

R = 55.03%
G = 35.21%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA7721 (or 0xBA7721) is known color: Pirate Gold. HEX triplet: BA, 77 and 21. RGB value is (186,119,33). Sum of RGB (Red+Green+Blue) = 186+119+33=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7721 is #4588DE. Grayscale: #818181. Windows color (decimal): -4557023 or 2193338. OLE color: 2193338.

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

Color convert

RGB 186 119 33 -
CMYK 0 0.36 0.82 0.27
HSL 33.73º 0.7% 0.43% -
HSV(B) 33.73º 0.82% 0.73% -
XYZ 27.12 23.74 4.59 -
YUV 129.23 73.7 168.49 -
System Red Green Blue C M Y K H S L
Decimal 186 119 33 0 0.36 0.82 0.27 33.73 0.7 0.43
Hex BA 77 21 0 24 52 1B 22 46 2B
Octal 272 167 41 0 44 122 33 42 106 53
Binary 10111010 1110111 100001 0 100100 1010010 11011 100010 1000110 101011

Color Harmonies of #BA7721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7721

Black with #BA7721

Text Example


Text Example

White with #BA7721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7721; }

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

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

background-color css

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

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

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

border-color css

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

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

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