Html Css Color HEX #BA8021 Pirate Gold

📋 copy color: '#BA8021'

red 186 ◦ green 128 ◦ blue 33

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

Shades of Pirate Gold #BA8021

Tints of Pirate Gold #BA8021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.51%

R = 53.6%
G = 36.89%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA8021 (or 0xBA8021) is known color: Pirate Gold. HEX triplet: BA, 80 and 21. RGB value is (186,128,33). Sum of RGB (Red+Green+Blue) = 186+128+33=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8021 is #457FDE. Grayscale: #868686. Windows color (decimal): -4554719 or 2195642. OLE color: 2195642.

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

Color convert

RGB 186 128 33 -
CMYK 0 0.31 0.82 0.27
HSL 37.25º 0.7% 0.43% -
HSV(B) 37.25º 0.82% 0.73% -
XYZ 28.24 25.99 4.97 -
YUV 134.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 186 128 33 0 0.31 0.82 0.27 37.25 0.7 0.43
Hex BA 80 21 0 1F 52 1B 25 46 2B
Octal 272 200 41 0 37 122 33 45 106 53
Binary 10111010 10000000 100001 0 11111 1010010 11011 100101 1000110 101011

Color Harmonies of #BA8021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8021

Black with #BA8021

Text Example


Text Example

White with #BA8021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8021; }

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

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

background-color css

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

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

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

border-color css

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

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

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