Html Css Color HEX #BA7C1B Pirate Gold

📋 copy color: '#BA7C1B'

red 186 ◦ green 124 ◦ blue 27

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

Shades of Pirate Gold #BA7C1B

Tints of Pirate Gold #BA7C1B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.8%

 BLUE value IS 27 (10.94% from 255) = 8.01%

R = 55.19%
G = 36.8%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA7C1B (or 0xBA7C1B) is known color: Pirate Gold. HEX triplet: BA, 7C and 1B. RGB value is (186,124,27). Sum of RGB (Red+Green+Blue) = 186+124+27=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C1B is #4583E4. Grayscale: #838383. Windows color (decimal): -4555749 or 1801402. OLE color: 1801402.

HSL color Cylindrical-coordinate representation of color #BA7C1B: hue angle of 36.6º degrees, saturation: 0.75, 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 #BA7C1B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 27 -
CMYK 0 0.33 0.85 0.27
HSL 36.6º 0.75% 0.42% -
HSV(B) 36.6º 0.85% 0.73% -
XYZ 27.66 24.93 4.39 -
YUV 131.48 69.04 166.89 -
System Red Green Blue C M Y K H S L
Decimal 186 124 27 0 0.33 0.85 0.27 36.6 0.75 0.42
Hex BA 7C 1B 0 21 55 1B 25 4B 2A
Octal 272 174 33 0 41 125 33 45 113 52
Binary 10111010 1111100 11011 0 100001 1010101 11011 100101 1001011 101010

Color Harmonies of #BA7C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C1B

Black with #BA7C1B

Text Example


Text Example

White with #BA7C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C1B; }

 p { color: rgb(186,124,27); }

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

background-color css

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

 a { background-color: rgb(186,124,27); }

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

border-color css

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

 span { border-color: rgb(186,124,27); }

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