Html Css Color HEX #BA7622 Pirate Gold

📋 copy color: '#BA7622'

red 186 ◦ green 118 ◦ blue 34

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

Shades of Pirate Gold #BA7622

Tints of Pirate Gold #BA7622

RGB

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

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

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

R = 55.03%
G = 34.91%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA7622 (or 0xBA7622) is known color: Pirate Gold. HEX triplet: BA, 76 and 22. RGB value is (186,118,34). Sum of RGB (Red+Green+Blue) = 186+118+34=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7622 is #4589DD. Grayscale: #818181. Windows color (decimal): -4557278 or 2258618. OLE color: 2258618.

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

Color convert

RGB 186 118 34 -
CMYK 0 0.37 0.82 0.27
HSL 33.16º 0.69% 0.43% -
HSV(B) 33.16º 0.82% 0.73% -
XYZ 27.02 23.51 4.63 -
YUV 128.76 74.53 168.83 -
System Red Green Blue C M Y K H S L
Decimal 186 118 34 0 0.37 0.82 0.27 33.16 0.69 0.43
Hex BA 76 22 0 25 52 1B 21 45 2B
Octal 272 166 42 0 45 122 33 41 105 53
Binary 10111010 1110110 100010 0 100101 1010010 11011 100001 1000101 101011

Color Harmonies of #BA7622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7622

Black with #BA7622

Text Example


Text Example

White with #BA7622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7622; }

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

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

background-color css

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

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

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

border-color css

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

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

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