Html Css Color HEX #BA761C Pirate Gold

📋 copy color: '#BA761C'

red 186 ◦ green 118 ◦ blue 28

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

Shades of Pirate Gold #BA761C

Tints of Pirate Gold #BA761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 56.02%
G = 35.54%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA761C (or 0xBA761C) is known color: Pirate Gold. HEX triplet: BA, 76 and 1C. RGB value is (186,118,28). Sum of RGB (Red+Green+Blue) = 186+118+28=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA761C is #4589E3. Grayscale: #808080. Windows color (decimal): -4557284 or 1865402. OLE color: 1865402.

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

Color convert

RGB 186 118 28 -
CMYK 0 0.37 0.85 0.27
HSL 34.18º 0.74% 0.42% -
HSV(B) 34.18º 0.85% 0.73% -
XYZ 26.94 23.48 4.21 -
YUV 128.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 186 118 28 0 0.37 0.85 0.27 34.18 0.74 0.42
Hex BA 76 1C 0 25 55 1B 22 4A 2A
Octal 272 166 34 0 45 125 33 42 112 52
Binary 10111010 1110110 11100 0 100101 1010101 11011 100010 1001010 101010

Color Harmonies of #BA761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA761C

Black with #BA761C

Text Example


Text Example

White with #BA761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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