Html Css Color HEX #BA7227 Pirate Gold

📋 copy color: '#BA7227'

red 186 ◦ green 114 ◦ blue 39

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

Shades of Pirate Gold #BA7227

Tints of Pirate Gold #BA7227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

 BLUE value IS 39 (15.63% from 255) = 11.5%

R = 54.87%
G = 33.63%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA7227 (or 0xBA7227) is known color: Pirate Gold. HEX triplet: BA, 72 and 27. RGB value is (186,114,39). Sum of RGB (Red+Green+Blue) = 186+114+39=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7227 is #458DD8. Grayscale: #7F7F7F. Windows color (decimal): -4558297 or 2585274. OLE color: 2585274.

HSL color Cylindrical-coordinate representation of color #BA7227: hue angle of 30.61º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA7227 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 39 -
CMYK 0 0.39 0.79 0.27
HSL 30.61º 0.65% 0.44% -
HSV(B) 30.61º 0.79% 0.73% -
XYZ 26.63 22.62 4.88 -
YUV 126.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 186 114 39 0 0.39 0.79 0.27 30.61 0.65 0.44
Hex BA 72 27 0 27 4F 1B 1F 41 2C
Octal 272 162 47 0 47 117 33 37 101 54
Binary 10111010 1110010 100111 0 100111 1001111 11011 11111 1000001 101100

Color Harmonies of #BA7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7227

Black with #BA7227

Text Example


Text Example

White with #BA7227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7227; }

 p { color: rgb(186,114,39); }

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

background-color css

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

 a { background-color: rgb(186,114,39); }

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

border-color css

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

 span { border-color: rgb(186,114,39); }

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