Html Css Color HEX #BA8025 Pirate Gold

📋 copy color: '#BA8025'

red 186 ◦ green 128 ◦ blue 37

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

Shades of Pirate Gold #BA8025

Tints of Pirate Gold #BA8025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.54%

R = 52.99%
G = 36.47%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA8025 (or 0xBA8025) is known color: Pirate Gold. HEX triplet: BA, 80 and 25. RGB value is (186,128,37). Sum of RGB (Red+Green+Blue) = 186+128+37=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8025 is #457FDA. Grayscale: #878787. Windows color (decimal): -4554715 or 2457786. OLE color: 2457786.

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

Color convert

RGB 186 128 37 -
CMYK 0 0.31 0.80 0.27
HSL 36.64º 0.67% 0.44% -
HSV(B) 36.64º 0.8% 0.73% -
XYZ 28.3 26.01 5.28 -
YUV 134.97 72.72 164.4 -
System Red Green Blue C M Y K H S L
Decimal 186 128 37 0 0.31 0.80 0.27 36.64 0.67 0.44
Hex BA 80 25 0 1F 50 1B 25 43 2C
Octal 272 200 45 0 37 120 33 45 103 54
Binary 10111010 10000000 100101 0 11111 1010000 11011 100101 1000011 101100

Color Harmonies of #BA8025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8025

Black with #BA8025

Text Example


Text Example

White with #BA8025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8025; }

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

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

background-color css

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

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

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

border-color css

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

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

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