Html Css Color HEX #BA801E Pirate Gold

📋 copy color: '#BA801E'

red 186 ◦ green 128 ◦ blue 30

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

Shades of Pirate Gold #BA801E

Tints of Pirate Gold #BA801E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 54.07%
G = 37.21%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA801E (or 0xBA801E) is known color: Pirate Gold. HEX triplet: BA, 80 and 1E. RGB value is (186,128,30). Sum of RGB (Red+Green+Blue) = 186+128+30=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA801E is #457FE1. Grayscale: #868686. Windows color (decimal): -4554722 or 1999034. OLE color: 1999034.

HSL color Cylindrical-coordinate representation of color #BA801E: hue angle of 37.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA801E is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 128 30 -
CMYK 0 0.31 0.84 0.27
HSL 37.69º 0.72% 0.42% -
HSV(B) 37.69º 0.84% 0.73% -
XYZ 28.2 25.97 4.75 -
YUV 134.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 186 128 30 0 0.31 0.84 0.27 37.69 0.72 0.42
Hex BA 80 1E 0 1F 54 1B 26 48 2A
Octal 272 200 36 0 37 124 33 46 110 52
Binary 10111010 10000000 11110 0 11111 1010100 11011 100110 1001000 101010

Color Harmonies of #BA801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA801E

Black with #BA801E

Text Example


Text Example

White with #BA801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA801E; }

 p { color: rgb(186,128,30); }

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

background-color css

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

 a { background-color: rgb(186,128,30); }

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

border-color css

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

 span { border-color: rgb(186,128,30); }

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