Html Css Color HEX #BA7C25 Pirate Gold

📋 copy color: '#BA7C25'

red 186 ◦ green 124 ◦ blue 37

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

Shades of Pirate Gold #BA7C25

Tints of Pirate Gold #BA7C25

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

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

R = 53.6%
G = 35.73%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA7C25 (or 0xBA7C25) is known color: Pirate Gold. HEX triplet: BA, 7C and 25. RGB value is (186,124,37). Sum of RGB (Red+Green+Blue) = 186+124+37=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C25 is #4583DA. Grayscale: #858585. Windows color (decimal): -4555739 or 2456762. OLE color: 2456762.

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

Color convert

RGB 186 124 37 -
CMYK 0 0.33 0.80 0.27
HSL 35.03º 0.67% 0.44% -
HSV(B) 35.03º 0.8% 0.73% -
XYZ 27.79 24.99 5.11 -
YUV 132.62 74.04 166.07 -
System Red Green Blue C M Y K H S L
Decimal 186 124 37 0 0.33 0.80 0.27 35.03 0.67 0.44
Hex BA 7C 25 0 21 50 1B 23 43 2C
Octal 272 174 45 0 41 120 33 43 103 54
Binary 10111010 1111100 100101 0 100001 1010000 11011 100011 1000011 101100

Color Harmonies of #BA7C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C25

Black with #BA7C25

Text Example


Text Example

White with #BA7C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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