Html Css Color HEX #BA7628 Pirate Gold

📋 copy color: '#BA7628'

red 186 ◦ green 118 ◦ blue 40

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

Shades of Pirate Gold #BA7628

Tints of Pirate Gold #BA7628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 54.07%
G = 34.3%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA7628 (or 0xBA7628) is known color: Pirate Gold. HEX triplet: BA, 76 and 28. RGB value is (186,118,40). Sum of RGB (Red+Green+Blue) = 186+118+40=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7628 is #4589D7. Grayscale: #818181. Windows color (decimal): -4557272 or 2651834. OLE color: 2651834.

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

Color convert

RGB 186 118 40 -
CMYK 0 0.37 0.78 0.27
HSL 32.05º 0.65% 0.44% -
HSV(B) 32.05º 0.78% 0.73% -
XYZ 27.11 23.55 5.12 -
YUV 129.44 77.53 168.34 -
System Red Green Blue C M Y K H S L
Decimal 186 118 40 0 0.37 0.78 0.27 32.05 0.65 0.44
Hex BA 76 28 0 25 4E 1B 20 41 2C
Octal 272 166 50 0 45 116 33 40 101 54
Binary 10111010 1110110 101000 0 100101 1001110 11011 100000 1000001 101100

Color Harmonies of #BA7628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7628

Black with #BA7628

Text Example


Text Example

White with #BA7628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7628; }

 p { color: rgb(186,118,40); }

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

background-color css

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

 a { background-color: rgb(186,118,40); }

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

border-color css

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

 span { border-color: rgb(186,118,40); }

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