Html Css Color HEX #BA8027 Pirate Gold

📋 copy color: '#BA8027'

red 186 ◦ green 128 ◦ blue 39

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

Shades of Pirate Gold #BA8027

Tints of Pirate Gold #BA8027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.05%

R = 52.69%
G = 36.26%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA8027 (or 0xBA8027) is known color: Pirate Gold. HEX triplet: BA, 80 and 27. RGB value is (186,128,39). Sum of RGB (Red+Green+Blue) = 186+128+39=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8027 is #457FD8. Grayscale: #878787. Windows color (decimal): -4554713 or 2588858. OLE color: 2588858.

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

Color convert

RGB 186 128 39 -
CMYK 0 0.31 0.79 0.27
HSL 36.33º 0.65% 0.44% -
HSV(B) 36.33º 0.79% 0.73% -
XYZ 28.34 26.02 5.45 -
YUV 135.2 73.72 164.24 -
System Red Green Blue C M Y K H S L
Decimal 186 128 39 0 0.31 0.79 0.27 36.33 0.65 0.44
Hex BA 80 27 0 1F 4F 1B 24 41 2C
Octal 272 200 47 0 37 117 33 44 101 54
Binary 10111010 10000000 100111 0 11111 1001111 11011 100100 1000001 101100

Color Harmonies of #BA8027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8027

Black with #BA8027

Text Example


Text Example

White with #BA8027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8027; }

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

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

background-color css

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

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

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

border-color css

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

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

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