Html Css Color HEX #BA811D Pirate Gold

📋 copy color: '#BA811D'

red 186 ◦ green 129 ◦ blue 29

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

Shades of Pirate Gold #BA811D

Tints of Pirate Gold #BA811D

RGB

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

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

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

R = 54.07%
G = 37.5%
B = 8.43%

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

#BA811D (or 0xBA811D) is known color: Pirate Gold. HEX triplet: BA, 81 and 1D. RGB value is (186,129,29). Sum of RGB (Red+Green+Blue) = 186+129+29=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA811D is #457EE2. Grayscale: #878787. Windows color (decimal): -4554467 or 1933754. OLE color: 1933754.

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

Color convert

RGB 186 129 29 -
CMYK 0 0.31 0.84 0.27
HSL 38.22º 0.73% 0.42% -
HSV(B) 38.22º 0.84% 0.73% -
XYZ 28.32 26.23 4.73 -
YUV 134.64 68.38 164.63 -
System Red Green Blue C M Y K H S L
Decimal 186 129 29 0 0.31 0.84 0.27 38.22 0.73 0.42
Hex BA 81 1D 0 1F 54 1B 26 49 2A
Octal 272 201 35 0 37 124 33 46 111 52
Binary 10111010 10000001 11101 0 11111 1010100 11011 100110 1001001 101010

Color Harmonies of #BA811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA811D

Black with #BA811D

Text Example


Text Example

White with #BA811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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