Html Css Color HEX #BA7F24 Pirate Gold

📋 copy color: '#BA7F24'

red 186 ◦ green 127 ◦ blue 36

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

Shades of Pirate Gold #BA7F24

Tints of Pirate Gold #BA7F24

RGB

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

 GREEN value IS 127 (50% from 255) = 36.39%

 BLUE value IS 36 (14.45% from 255) = 10.32%

R = 53.3%
G = 36.39%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA7F24 (or 0xBA7F24) is known color: Pirate Gold. HEX triplet: BA, 7F and 24. RGB value is (186,127,36). Sum of RGB (Red+Green+Blue) = 186+127+36=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F24 is #4580DB. Grayscale: #868686. Windows color (decimal): -4554972 or 2391994. OLE color: 2391994.

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

Color convert

RGB 186 127 36 -
CMYK 0 0.32 0.81 0.27
HSL 36.4º 0.68% 0.44% -
HSV(B) 36.4º 0.81% 0.73% -
XYZ 28.16 25.75 5.15 -
YUV 134.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 186 127 36 0 0.32 0.81 0.27 36.4 0.68 0.44
Hex BA 7F 24 0 20 51 1B 24 44 2C
Octal 272 177 44 0 40 121 33 44 104 54
Binary 10111010 1111111 100100 0 100000 1010001 11011 100100 1000100 101100

Color Harmonies of #BA7F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F24

Black with #BA7F24

Text Example


Text Example

White with #BA7F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F24; }

 p { color: rgb(186,127,36); }

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

background-color css

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

 a { background-color: rgb(186,127,36); }

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

border-color css

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

 span { border-color: rgb(186,127,36); }

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