Html Css Color HEX #BA701E Pirate Gold

📋 copy color: '#BA701E'

red 186 ◦ green 112 ◦ blue 30

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

Shades of Pirate Gold #BA701E

Tints of Pirate Gold #BA701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 56.71%
G = 34.15%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA701E (or 0xBA701E) is known color: Pirate Gold. HEX triplet: BA, 70 and 1E. RGB value is (186,112,30). Sum of RGB (Red+Green+Blue) = 186+112+30=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA701E is #458FE1. Grayscale: #7D7D7D. Windows color (decimal): -4558818 or 1994938. OLE color: 1994938.

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

Color convert

RGB 186 112 30 -
CMYK 0 0.40 0.84 0.27
HSL 31.54º 0.72% 0.42% -
HSV(B) 31.54º 0.84% 0.73% -
XYZ 26.28 22.12 4.11 -
YUV 124.78 74.52 171.67 -
System Red Green Blue C M Y K H S L
Decimal 186 112 30 0 0.40 0.84 0.27 31.54 0.72 0.42
Hex BA 70 1E 0 28 54 1B 20 48 2A
Octal 272 160 36 0 50 124 33 40 110 52
Binary 10111010 1110000 11110 0 101000 1010100 11011 100000 1001000 101010

Color Harmonies of #BA701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA701E

Black with #BA701E

Text Example


Text Example

White with #BA701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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