Html Css Color HEX #BA7E24 Pirate Gold

📋 copy color: '#BA7E24'

red 186 ◦ green 126 ◦ blue 36

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

Shades of Pirate Gold #BA7E24

Tints of Pirate Gold #BA7E24

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 53.45%
G = 36.21%
B = 10.34%

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

#BA7E24 (or 0xBA7E24) is known color: Pirate Gold. HEX triplet: BA, 7E and 24. RGB value is (186,126,36). Sum of RGB (Red+Green+Blue) = 186+126+36=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E24 is #4581DB. Grayscale: #868686. Windows color (decimal): -4555228 or 2391738. OLE color: 2391738.

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

Color convert

RGB 186 126 36 -
CMYK 0 0.32 0.81 0.27
HSL 36º 0.68% 0.44% -
HSV(B) 36º 0.81% 0.73% -
XYZ 28.03 25.49 5.11 -
YUV 133.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 186 126 36 0 0.32 0.81 0.27 36 0.68 0.44
Hex BA 7E 24 0 20 51 1B 24 44 2C
Octal 272 176 44 0 40 121 33 44 104 54
Binary 10111010 1111110 100100 0 100000 1010001 11011 100100 1000100 101100

Color Harmonies of #BA7E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E24

Black with #BA7E24

Text Example


Text Example

White with #BA7E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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