Html Css Color HEX #BA6B16 Pirate Gold

📋 copy color: '#BA6B16'

red 186 ◦ green 107 ◦ blue 22

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

Shades of Pirate Gold #BA6B16

Tints of Pirate Gold #BA6B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.97%

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 59.05%
G = 33.97%
B = 6.98%

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

#BA6B16 (or 0xBA6B16) is known color: Pirate Gold. HEX triplet: BA, 6B and 16. RGB value is (186,107,22). Sum of RGB (Red+Green+Blue) = 186+107+22=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B16 is #4594E9. Grayscale: #797979. Windows color (decimal): -4560106 or 1469370. OLE color: 1469370.

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

Color convert

RGB 186 107 22 -
CMYK 0 0.42 0.88 0.27
HSL 31.1º 0.79% 0.41% -
HSV(B) 31.1º 0.88% 0.73% -
XYZ 25.65 21.01 3.46 -
YUV 120.93 72.17 174.41 -
System Red Green Blue C M Y K H S L
Decimal 186 107 22 0 0.42 0.88 0.27 31.1 0.79 0.41
Hex BA 6B 16 0 2A 58 1B 1F 4F 29
Octal 272 153 26 0 52 130 33 37 117 51
Binary 10111010 1101011 10110 0 101010 1011000 11011 11111 1001111 101001

Color Harmonies of #BA6B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B16

Black with #BA6B16

Text Example


Text Example

White with #BA6B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B16; }

 p { color: rgb(186,107,22); }

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

background-color css

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

 a { background-color: rgb(186,107,22); }

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

border-color css

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

 span { border-color: rgb(186,107,22); }

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