Html Css Color HEX #BA8126 Pirate Gold

📋 copy color: '#BA8126'

red 186 ◦ green 129 ◦ blue 38

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

Shades of Pirate Gold #BA8126

Tints of Pirate Gold #BA8126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.76%

R = 52.69%
G = 36.54%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA8126 (or 0xBA8126) is known color: Pirate Gold. HEX triplet: BA, 81 and 26. RGB value is (186,129,38). Sum of RGB (Red+Green+Blue) = 186+129+38=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8126 is #457ED9. Grayscale: #888888. Windows color (decimal): -4554458 or 2523578. OLE color: 2523578.

HSL color Cylindrical-coordinate representation of color #BA8126: hue angle of 36.89º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8126 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 129 38 -
CMYK 0 0.31 0.80 0.27
HSL 36.89º 0.66% 0.44% -
HSV(B) 36.89º 0.8% 0.73% -
XYZ 28.45 26.28 5.41 -
YUV 135.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 186 129 38 0 0.31 0.80 0.27 36.89 0.66 0.44
Hex BA 81 26 0 1F 50 1B 25 42 2C
Octal 272 201 46 0 37 120 33 45 102 54
Binary 10111010 10000001 100110 0 11111 1010000 11011 100101 1000010 101100

Color Harmonies of #BA8126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8126

Black with #BA8126

Text Example


Text Example

White with #BA8126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8126; }

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

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

background-color css

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

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

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

border-color css

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

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

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