Html Css Color HEX #BA6917 Pirate Gold

📋 copy color: '#BA6917'

red 186 ◦ green 105 ◦ blue 23

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

Shades of Pirate Gold #BA6917

Tints of Pirate Gold #BA6917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

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

R = 59.24%
G = 33.44%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA6917 (or 0xBA6917) is known color: Pirate Gold. HEX triplet: BA, 69 and 17. RGB value is (186,105,23). Sum of RGB (Red+Green+Blue) = 186+105+23=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6917 is #4596E8. Grayscale: #787878. Windows color (decimal): -4560617 or 1534394. OLE color: 1534394.

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

Color convert

RGB 186 105 23 -
CMYK 0 0.44 0.88 0.27
HSL 30.18º 0.78% 0.41% -
HSV(B) 30.18º 0.88% 0.73% -
XYZ 25.46 20.6 3.45 -
YUV 119.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 186 105 23 0 0.44 0.88 0.27 30.18 0.78 0.41
Hex BA 69 17 0 2C 58 1B 1E 4E 29
Octal 272 151 27 0 54 130 33 36 116 51
Binary 10111010 1101001 10111 0 101100 1011000 11011 11110 1001110 101001

Color Harmonies of #BA6917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6917

Black with #BA6917

Text Example


Text Example

White with #BA6917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6917; }

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

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

background-color css

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

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

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

border-color css

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

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

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