Html Css Color HEX #BA8124 Pirate Gold

📋 copy color: '#BA8124'

red 186 ◦ green 129 ◦ blue 36

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

Shades of Pirate Gold #BA8124

Tints of Pirate Gold #BA8124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.75%

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

R = 52.99%
G = 36.75%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8124 (or 0xBA8124) is known color: Pirate Gold. HEX triplet: BA, 81 and 24. RGB value is (186,129,36). Sum of RGB (Red+Green+Blue) = 186+129+36=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8124 is #457EDB. Grayscale: #878787. Windows color (decimal): -4554460 or 2392506. OLE color: 2392506.

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

Color convert

RGB 186 129 36 -
CMYK 0 0.31 0.81 0.27
HSL 37.2º 0.68% 0.44% -
HSV(B) 37.2º 0.81% 0.73% -
XYZ 28.42 26.27 5.24 -
YUV 135.44 71.88 164.06 -
System Red Green Blue C M Y K H S L
Decimal 186 129 36 0 0.31 0.81 0.27 37.2 0.68 0.44
Hex BA 81 24 0 1F 51 1B 25 44 2C
Octal 272 201 44 0 37 121 33 45 104 54
Binary 10111010 10000001 100100 0 11111 1010001 11011 100101 1000100 101100

Color Harmonies of #BA8124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8124

Black with #BA8124

Text Example


Text Example

White with #BA8124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8124; }

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

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

background-color css

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

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

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

border-color css

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

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

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