Html Css Color HEX #BA6B15 Pirate Gold

📋 copy color: '#BA6B15'

red 186 ◦ green 107 ◦ blue 21

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

Shades of Pirate Gold #BA6B15

Tints of Pirate Gold #BA6B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 59.24%
G = 34.08%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA6B15 (or 0xBA6B15) is known color: Pirate Gold. HEX triplet: BA, 6B and 15. RGB value is (186,107,21). Sum of RGB (Red+Green+Blue) = 186+107+21=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B15 is #4594EA. Grayscale: #797979. Windows color (decimal): -4560107 or 1403834. OLE color: 1403834.

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

Color convert

RGB 186 107 21 -
CMYK 0 0.42 0.89 0.27
HSL 31.27º 0.8% 0.41% -
HSV(B) 31.27º 0.89% 0.73% -
XYZ 25.64 21.01 3.41 -
YUV 120.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 186 107 21 0 0.42 0.89 0.27 31.27 0.8 0.41
Hex BA 6B 15 0 2A 59 1B 1F 50 29
Octal 272 153 25 0 52 131 33 37 120 51
Binary 10111010 1101011 10101 0 101010 1011001 11011 11111 1010000 101001

Color Harmonies of #BA6B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B15

Black with #BA6B15

Text Example


Text Example

White with #BA6B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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