Html Css Color HEX #BA6817 Pirate Gold

📋 copy color: '#BA6817'

red 186 ◦ green 104 ◦ blue 23

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

Shades of Pirate Gold #BA6817

Tints of Pirate Gold #BA6817

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

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

R = 59.42%
G = 33.23%
B = 7.35%

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

#BA6817 (or 0xBA6817) is known color: Pirate Gold. HEX triplet: BA, 68 and 17. RGB value is (186,104,23). Sum of RGB (Red+Green+Blue) = 186+104+23=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6817 is #4597E8. Grayscale: #777777. Windows color (decimal): -4560873 or 1534138. OLE color: 1534138.

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

Color convert

RGB 186 104 23 -
CMYK 0 0.44 0.88 0.27
HSL 29.82º 0.78% 0.41% -
HSV(B) 29.82º 0.88% 0.73% -
XYZ 25.35 20.4 3.41 -
YUV 119.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 186 104 23 0 0.44 0.88 0.27 29.82 0.78 0.41
Hex BA 68 17 0 2C 58 1B 1E 4E 29
Octal 272 150 27 0 54 130 33 36 116 51
Binary 10111010 1101000 10111 0 101100 1011000 11011 11110 1001110 101001

Color Harmonies of #BA6817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6817

Black with #BA6817

Text Example


Text Example

White with #BA6817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6817; }

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

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

background-color css

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

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

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

border-color css

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

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

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