Html Css Color HEX #BA782D Pirate Gold

📋 copy color: '#BA782D'

red 186 ◦ green 120 ◦ blue 45

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

Shades of Pirate Gold #BA782D

Tints of Pirate Gold #BA782D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.19%

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 52.99%
G = 34.19%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA782D (or 0xBA782D) is known color: Pirate Gold. HEX triplet: BA, 78 and 2D. RGB value is (186,120,45). Sum of RGB (Red+Green+Blue) = 186+120+45=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA782D is #4587D2. Grayscale: #838383. Windows color (decimal): -4556755 or 2980026. OLE color: 2980026.

HSL color Cylindrical-coordinate representation of color #BA782D: hue angle of 31.91º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA782D is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 120 45 -
CMYK 0 0.35 0.76 0.27
HSL 31.91º 0.61% 0.45% -
HSV(B) 31.91º 0.76% 0.73% -
XYZ 27.44 24.06 5.68 -
YUV 131.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 186 120 45 0 0.35 0.76 0.27 31.91 0.61 0.45
Hex BA 78 2D 0 23 4C 1B 20 3D 2D
Octal 272 170 55 0 43 114 33 40 75 55
Binary 10111010 1111000 101101 0 100011 1001100 11011 100000 111101 101101

Color Harmonies of #BA782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA782D

Black with #BA782D

Text Example


Text Example

White with #BA782D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA782D; }

 p { color: rgb(186,120,45); }

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

background-color css

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

 a { background-color: rgb(186,120,45); }

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

border-color css

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

 span { border-color: rgb(186,120,45); }

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