Html Css Color HEX #BA821E Pirate Gold

📋 copy color: '#BA821E'

red 186 ◦ green 130 ◦ blue 30

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

Shades of Pirate Gold #BA821E

Tints of Pirate Gold #BA821E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 53.76%
G = 37.57%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA821E (or 0xBA821E) is known color: Pirate Gold. HEX triplet: BA, 82 and 1E. RGB value is (186,130,30). Sum of RGB (Red+Green+Blue) = 186+130+30=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA821E is #457DE1. Grayscale: #878787. Windows color (decimal): -4554210 or 1999546. OLE color: 1999546.

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

Color convert

RGB 186 130 30 -
CMYK 0 0.30 0.84 0.27
HSL 38.46º 0.72% 0.42% -
HSV(B) 38.46º 0.84% 0.73% -
XYZ 28.47 26.5 4.84 -
YUV 135.34 68.55 164.13 -
System Red Green Blue C M Y K H S L
Decimal 186 130 30 0 0.30 0.84 0.27 38.46 0.72 0.42
Hex BA 82 1E 0 1E 54 1B 26 48 2A
Octal 272 202 36 0 36 124 33 46 110 52
Binary 10111010 10000010 11110 0 11110 1010100 11011 100110 1001000 101010

Color Harmonies of #BA821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA821E

Black with #BA821E

Text Example


Text Example

White with #BA821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA821E; }

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

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

background-color css

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

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

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

border-color css

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

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

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