Html Css Color HEX #BA7422 Pirate Gold

📋 copy color: '#BA7422'

red 186 ◦ green 116 ◦ blue 34

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

Shades of Pirate Gold #BA7422

Tints of Pirate Gold #BA7422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.12%

R = 55.36%
G = 34.52%
B = 10.12%

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

#BA7422 (or 0xBA7422) is known color: Pirate Gold. HEX triplet: BA, 74 and 22. RGB value is (186,116,34). Sum of RGB (Red+Green+Blue) = 186+116+34=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7422 is #458BDD. Grayscale: #7F7F7F. Windows color (decimal): -4557790 or 2258106. OLE color: 2258106.

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

Color convert

RGB 186 116 34 -
CMYK 0 0.38 0.82 0.27
HSL 32.37º 0.69% 0.43% -
HSV(B) 32.37º 0.82% 0.73% -
XYZ 26.78 23.05 4.55 -
YUV 127.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 186 116 34 0 0.38 0.82 0.27 32.37 0.69 0.43
Hex BA 74 22 0 26 52 1B 20 45 2B
Octal 272 164 42 0 46 122 33 40 105 53
Binary 10111010 1110100 100010 0 100110 1010010 11011 100000 1000101 101011

Color Harmonies of #BA7422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7422

Black with #BA7422

Text Example


Text Example

White with #BA7422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7422; }

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

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

background-color css

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

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

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

border-color css

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

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

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