Html Css Color HEX #BA7D25 Pirate Gold

📋 copy color: '#BA7D25'

red 186 ◦ green 125 ◦ blue 37

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

Shades of Pirate Gold #BA7D25

Tints of Pirate Gold #BA7D25

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

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

R = 53.45%
G = 35.92%
B = 10.63%

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

#BA7D25 (or 0xBA7D25) is known color: Pirate Gold. HEX triplet: BA, 7D and 25. RGB value is (186,125,37). Sum of RGB (Red+Green+Blue) = 186+125+37=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D25 is #4582DA. Grayscale: #858585. Windows color (decimal): -4555483 or 2457018. OLE color: 2457018.

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

Color convert

RGB 186 125 37 -
CMYK 0 0.33 0.80 0.27
HSL 35.44º 0.67% 0.44% -
HSV(B) 35.44º 0.8% 0.73% -
XYZ 27.92 25.24 5.15 -
YUV 133.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 186 125 37 0 0.33 0.80 0.27 35.44 0.67 0.44
Hex BA 7D 25 0 21 50 1B 23 43 2C
Octal 272 175 45 0 41 120 33 43 103 54
Binary 10111010 1111101 100101 0 100001 1010000 11011 100011 1000011 101100

Color Harmonies of #BA7D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D25

Black with #BA7D25

Text Example


Text Example

White with #BA7D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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