Html Css Color HEX #BA8320 Pirate Gold

📋 copy color: '#BA8320'

red 186 ◦ green 131 ◦ blue 32

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

Shades of Pirate Gold #BA8320

Tints of Pirate Gold #BA8320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.54%

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 53.3%
G = 37.54%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA8320 (or 0xBA8320) is known color: Pirate Gold. HEX triplet: BA, 83 and 20. RGB value is (186,131,32). Sum of RGB (Red+Green+Blue) = 186+131+32=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8320 is #457CDF. Grayscale: #888888. Windows color (decimal): -4553952 or 2130874. OLE color: 2130874.

HSL color Cylindrical-coordinate representation of color #BA8320: hue angle of 38.57º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA8320 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 32 -
CMYK 0 0.30 0.83 0.27
HSL 38.57º 0.71% 0.43% -
HSV(B) 38.57º 0.83% 0.73% -
XYZ 28.63 26.78 5.03 -
YUV 136.16 69.22 163.55 -
System Red Green Blue C M Y K H S L
Decimal 186 131 32 0 0.30 0.83 0.27 38.57 0.71 0.43
Hex BA 83 20 0 1E 53 1B 27 47 2B
Octal 272 203 40 0 36 123 33 47 107 53
Binary 10111010 10000011 100000 0 11110 1010011 11011 100111 1000111 101011

Color Harmonies of #BA8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8320

Black with #BA8320

Text Example


Text Example

White with #BA8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8320; }

 p { color: rgb(186,131,32); }

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

background-color css

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

 a { background-color: rgb(186,131,32); }

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

border-color css

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

 span { border-color: rgb(186,131,32); }

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