Html Css Color HEX #BA7B1E Pirate Gold

📋 copy color: '#BA7B1E'

red 186 ◦ green 123 ◦ blue 30

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

Shades of Pirate Gold #BA7B1E

Tints of Pirate Gold #BA7B1E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.28%

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 54.87%
G = 36.28%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA7B1E (or 0xBA7B1E) is known color: Pirate Gold. HEX triplet: BA, 7B and 1E. RGB value is (186,123,30). Sum of RGB (Red+Green+Blue) = 186+123+30=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B1E is #4584E1. Grayscale: #838383. Windows color (decimal): -4556002 or 1997754. OLE color: 1997754.

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

Color convert

RGB 186 123 30 -
CMYK 0 0.34 0.84 0.27
HSL 35.77º 0.72% 0.42% -
HSV(B) 35.77º 0.84% 0.73% -
XYZ 27.57 24.7 4.54 -
YUV 131.24 70.87 167.06 -
System Red Green Blue C M Y K H S L
Decimal 186 123 30 0 0.34 0.84 0.27 35.77 0.72 0.42
Hex BA 7B 1E 0 22 54 1B 24 48 2A
Octal 272 173 36 0 42 124 33 44 110 52
Binary 10111010 1111011 11110 0 100010 1010100 11011 100100 1001000 101010

Color Harmonies of #BA7B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B1E

Black with #BA7B1E

Text Example


Text Example

White with #BA7B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B1E; }

 p { color: rgb(186,123,30); }

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

background-color css

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

 a { background-color: rgb(186,123,30); }

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

border-color css

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

 span { border-color: rgb(186,123,30); }

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