Html Css Color HEX #BA821D Pirate Gold

📋 copy color: '#BA821D'

red 186 ◦ green 130 ◦ blue 29

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

Shades of Pirate Gold #BA821D

Tints of Pirate Gold #BA821D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.41%

R = 53.91%
G = 37.68%
B = 8.41%

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

#BA821D (or 0xBA821D) is known color: Pirate Gold. HEX triplet: BA, 82 and 1D. RGB value is (186,130,29). Sum of RGB (Red+Green+Blue) = 186+130+29=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA821D is #457DE2. Grayscale: #878787. Windows color (decimal): -4554211 or 1934010. OLE color: 1934010.

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

Color convert

RGB 186 130 29 -
CMYK 0 0.30 0.84 0.27
HSL 38.6º 0.73% 0.42% -
HSV(B) 38.6º 0.84% 0.73% -
XYZ 28.45 26.49 4.78 -
YUV 135.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 186 130 29 0 0.30 0.84 0.27 38.6 0.73 0.42
Hex BA 82 1D 0 1E 54 1B 27 49 2A
Octal 272 202 35 0 36 124 33 47 111 52
Binary 10111010 10000010 11101 0 11110 1010100 11011 100111 1001001 101010

Color Harmonies of #BA821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA821D

Black with #BA821D

Text Example


Text Example

White with #BA821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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