Html Css Color HEX #BA7D1B Pirate Gold

📋 copy color: '#BA7D1B'

red 186 ◦ green 125 ◦ blue 27

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

Shades of Pirate Gold #BA7D1B

Tints of Pirate Gold #BA7D1B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

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

R = 55.03%
G = 36.98%
B = 7.99%

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

#BA7D1B (or 0xBA7D1B) is known color: Pirate Gold. HEX triplet: BA, 7D and 1B. RGB value is (186,125,27). Sum of RGB (Red+Green+Blue) = 186+125+27=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D1B is #4582E4. Grayscale: #848484. Windows color (decimal): -4555493 or 1801658. OLE color: 1801658.

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

Color convert

RGB 186 125 27 -
CMYK 0 0.33 0.85 0.27
HSL 36.98º 0.75% 0.42% -
HSV(B) 36.98º 0.85% 0.73% -
XYZ 27.78 25.19 4.43 -
YUV 132.07 68.71 166.47 -
System Red Green Blue C M Y K H S L
Decimal 186 125 27 0 0.33 0.85 0.27 36.98 0.75 0.42
Hex BA 7D 1B 0 21 55 1B 25 4B 2A
Octal 272 175 33 0 41 125 33 45 113 52
Binary 10111010 1111101 11011 0 100001 1010101 11011 100101 1001011 101010

Color Harmonies of #BA7D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D1B

Black with #BA7D1B

Text Example


Text Example

White with #BA7D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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