Html Css Color HEX #BA7015 Pirate Gold

📋 copy color: '#BA7015'

red 186 ◦ green 112 ◦ blue 21

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

Shades of Pirate Gold #BA7015

Tints of Pirate Gold #BA7015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

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

R = 58.31%
G = 35.11%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA7015 (or 0xBA7015) is known color: Pirate Gold. HEX triplet: BA, 70 and 15. RGB value is (186,112,21). Sum of RGB (Red+Green+Blue) = 186+112+21=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7015 is #458FEA. Grayscale: #7C7C7C. Windows color (decimal): -4558827 or 1405114. OLE color: 1405114.

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

Color convert

RGB 186 112 21 -
CMYK 0 0.40 0.89 0.27
HSL 33.09º 0.8% 0.41% -
HSV(B) 33.09º 0.89% 0.73% -
XYZ 26.18 22.08 3.59 -
YUV 123.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 186 112 21 0 0.40 0.89 0.27 33.09 0.8 0.41
Hex BA 70 15 0 28 59 1B 21 50 29
Octal 272 160 25 0 50 131 33 41 120 51
Binary 10111010 1110000 10101 0 101000 1011001 11011 100001 1010000 101001

Color Harmonies of #BA7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7015

Black with #BA7015

Text Example


Text Example

White with #BA7015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7015; }

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

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

background-color css

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

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

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

border-color css

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

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

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