Html Css Color HEX #BA6C17 Pirate Gold

📋 copy color: '#BA6C17'

red 186 ◦ green 108 ◦ blue 23

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

Shades of Pirate Gold #BA6C17

Tints of Pirate Gold #BA6C17

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

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

R = 58.68%
G = 34.07%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA6C17 (or 0xBA6C17) is known color: Pirate Gold. HEX triplet: BA, 6C and 17. RGB value is (186,108,23). Sum of RGB (Red+Green+Blue) = 186+108+23=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C17 is #4593E8. Grayscale: #7A7A7A. Windows color (decimal): -4559849 or 1535162. OLE color: 1535162.

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

Color convert

RGB 186 108 23 -
CMYK 0 0.42 0.88 0.27
HSL 31.29º 0.78% 0.41% -
HSV(B) 31.29º 0.88% 0.73% -
XYZ 25.77 21.23 3.55 -
YUV 121.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 186 108 23 0 0.42 0.88 0.27 31.29 0.78 0.41
Hex BA 6C 17 0 2A 58 1B 1F 4E 29
Octal 272 154 27 0 52 130 33 37 116 51
Binary 10111010 1101100 10111 0 101010 1011000 11011 11111 1001110 101001

Color Harmonies of #BA6C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C17

Black with #BA6C17

Text Example


Text Example

White with #BA6C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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