Html Css Color HEX #BA781D Pirate Gold

📋 copy color: '#BA781D'

red 186 ◦ green 120 ◦ blue 29

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

Shades of Pirate Gold #BA781D

Tints of Pirate Gold #BA781D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 55.52%
G = 35.82%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA781D (or 0xBA781D) is known color: Pirate Gold. HEX triplet: BA, 78 and 1D. RGB value is (186,120,29). Sum of RGB (Red+Green+Blue) = 186+120+29=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA781D is #4587E2. Grayscale: #818181. Windows color (decimal): -4556771 or 1931450. OLE color: 1931450.

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

Color convert

RGB 186 120 29 -
CMYK 0 0.35 0.84 0.27
HSL 34.78º 0.73% 0.42% -
HSV(B) 34.78º 0.84% 0.73% -
XYZ 27.19 23.96 4.35 -
YUV 129.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 186 120 29 0 0.35 0.84 0.27 34.78 0.73 0.42
Hex BA 78 1D 0 23 54 1B 23 49 2A
Octal 272 170 35 0 43 124 33 43 111 52
Binary 10111010 1111000 11101 0 100011 1010100 11011 100011 1001001 101010

Color Harmonies of #BA781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA781D

Black with #BA781D

Text Example


Text Example

White with #BA781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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