Html Css Color HEX #BA761D Pirate Gold

📋 copy color: '#BA761D'

red 186 ◦ green 118 ◦ blue 29

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

Shades of Pirate Gold #BA761D

Tints of Pirate Gold #BA761D

RGB

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

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

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

R = 55.86%
G = 35.44%
B = 8.71%

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

#BA761D (or 0xBA761D) is known color: Pirate Gold. HEX triplet: BA, 76 and 1D. RGB value is (186,118,29). Sum of RGB (Red+Green+Blue) = 186+118+29=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA761D is #4589E2. Grayscale: #808080. Windows color (decimal): -4557283 or 1930938. OLE color: 1930938.

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

Color convert

RGB 186 118 29 -
CMYK 0 0.37 0.84 0.27
HSL 34.01º 0.73% 0.42% -
HSV(B) 34.01º 0.84% 0.73% -
XYZ 26.95 23.48 4.27 -
YUV 128.19 72.03 169.24 -
System Red Green Blue C M Y K H S L
Decimal 186 118 29 0 0.37 0.84 0.27 34.01 0.73 0.42
Hex BA 76 1D 0 25 54 1B 22 49 2A
Octal 272 166 35 0 45 124 33 42 111 52
Binary 10111010 1110110 11101 0 100101 1010100 11011 100010 1001001 101010

Color Harmonies of #BA761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA761D

Black with #BA761D

Text Example


Text Example

White with #BA761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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