Html Css Color HEX #BA7725 Pirate Gold

📋 copy color: '#BA7725'

red 186 ◦ green 119 ◦ blue 37

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

Shades of Pirate Gold #BA7725

Tints of Pirate Gold #BA7725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.8%

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

R = 54.39%
G = 34.8%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA7725 (or 0xBA7725) is known color: Pirate Gold. HEX triplet: BA, 77 and 25. RGB value is (186,119,37). Sum of RGB (Red+Green+Blue) = 186+119+37=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7725 is #4588DA. Grayscale: #828282. Windows color (decimal): -4557019 or 2455482. OLE color: 2455482.

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

Color convert

RGB 186 119 37 -
CMYK 0 0.36 0.80 0.27
HSL 33.02º 0.67% 0.44% -
HSV(B) 33.02º 0.8% 0.73% -
XYZ 27.18 23.77 4.91 -
YUV 129.69 75.7 168.17 -
System Red Green Blue C M Y K H S L
Decimal 186 119 37 0 0.36 0.80 0.27 33.02 0.67 0.44
Hex BA 77 25 0 24 50 1B 21 43 2C
Octal 272 167 45 0 44 120 33 41 103 54
Binary 10111010 1110111 100101 0 100100 1010000 11011 100001 1000011 101100

Color Harmonies of #BA7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7725

Black with #BA7725

Text Example


Text Example

White with #BA7725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7725; }

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

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

background-color css

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

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

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

border-color css

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

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

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