Html Css Color HEX #BA751D Pirate Gold

📋 copy color: '#BA751D'

red 186 ◦ green 117 ◦ blue 29

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

Shades of Pirate Gold #BA751D

Tints of Pirate Gold #BA751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 56.02%
G = 35.24%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA751D (or 0xBA751D) is known color: Pirate Gold. HEX triplet: BA, 75 and 1D. RGB value is (186,117,29). Sum of RGB (Red+Green+Blue) = 186+117+29=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA751D is #458AE2. Grayscale: #808080. Windows color (decimal): -4557539 or 1930682. OLE color: 1930682.

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

Color convert

RGB 186 117 29 -
CMYK 0 0.37 0.84 0.27
HSL 33.63º 0.73% 0.42% -
HSV(B) 33.63º 0.84% 0.73% -
XYZ 26.83 23.25 4.24 -
YUV 127.6 72.36 169.66 -
System Red Green Blue C M Y K H S L
Decimal 186 117 29 0 0.37 0.84 0.27 33.63 0.73 0.42
Hex BA 75 1D 0 25 54 1B 22 49 2A
Octal 272 165 35 0 45 124 33 42 111 52
Binary 10111010 1110101 11101 0 100101 1010100 11011 100010 1001001 101010

Color Harmonies of #BA751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA751D

Black with #BA751D

Text Example


Text Example

White with #BA751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA751D; }

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

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

background-color css

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

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

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

border-color css

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

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

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