Html Css Color HEX #BA6D17 Pirate Gold

📋 copy color: '#BA6D17'

red 186 ◦ green 109 ◦ blue 23

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

Shades of Pirate Gold #BA6D17

Tints of Pirate Gold #BA6D17

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.28%

 BLUE value IS 23 (9.38% from 255) = 7.23%

R = 58.49%
G = 34.28%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA6D17 (or 0xBA6D17) is known color: Pirate Gold. HEX triplet: BA, 6D and 17. RGB value is (186,109,23). Sum of RGB (Red+Green+Blue) = 186+109+23=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6D17 is #4592E8. Grayscale: #7A7A7A. Windows color (decimal): -4559593 or 1535418. OLE color: 1535418.

HSL color Cylindrical-coordinate representation of color #BA6D17: hue angle of 31.66º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA6D17 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 109 23 -
CMYK 0 0.41 0.88 0.27
HSL 31.66º 0.78% 0.41% -
HSV(B) 31.66º 0.88% 0.73% -
XYZ 25.87 21.44 3.58 -
YUV 122.22 72.01 173.49 -
System Red Green Blue C M Y K H S L
Decimal 186 109 23 0 0.41 0.88 0.27 31.66 0.78 0.41
Hex BA 6D 17 0 29 58 1B 20 4E 29
Octal 272 155 27 0 51 130 33 40 116 51
Binary 10111010 1101101 10111 0 101001 1011000 11011 100000 1001110 101001

Color Harmonies of #BA6D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D17

Black with #BA6D17

Text Example


Text Example

White with #BA6D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D17; }

 p { color: rgb(186,109,23); }

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

background-color css

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

 a { background-color: rgb(186,109,23); }

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

border-color css

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

 span { border-color: rgb(186,109,23); }

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