Html Css Color HEX #BA7328 Pirate Gold

📋 copy color: '#BA7328'

red 186 ◦ green 115 ◦ blue 40

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

Shades of Pirate Gold #BA7328

Tints of Pirate Gold #BA7328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 54.55%
G = 33.72%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA7328 (or 0xBA7328) is known color: Pirate Gold. HEX triplet: BA, 73 and 28. RGB value is (186,115,40). Sum of RGB (Red+Green+Blue) = 186+115+40=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7328 is #458CD7. Grayscale: #808080. Windows color (decimal): -4558040 or 2651066. OLE color: 2651066.

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

Color convert

RGB 186 115 40 -
CMYK 0 0.38 0.78 0.27
HSL 30.82º 0.65% 0.44% -
HSV(B) 30.82º 0.78% 0.73% -
XYZ 26.76 22.85 5.01 -
YUV 127.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 186 115 40 0 0.38 0.78 0.27 30.82 0.65 0.44
Hex BA 73 28 0 26 4E 1B 1F 41 2C
Octal 272 163 50 0 46 116 33 37 101 54
Binary 10111010 1110011 101000 0 100110 1001110 11011 11111 1000001 101100

Color Harmonies of #BA7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7328

Black with #BA7328

Text Example


Text Example

White with #BA7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7328; }

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

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

background-color css

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

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

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

border-color css

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

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

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