Html Css Color HEX #BA701B Pirate Gold

📋 copy color: '#BA701B'

red 186 ◦ green 112 ◦ blue 27

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

Shades of Pirate Gold #BA701B

Tints of Pirate Gold #BA701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.31%

R = 57.23%
G = 34.46%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA701B (or 0xBA701B) is known color: Pirate Gold. HEX triplet: BA, 70 and 1B. RGB value is (186,112,27). Sum of RGB (Red+Green+Blue) = 186+112+27=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA701B is #458FE4. Grayscale: #7C7C7C. Windows color (decimal): -4558821 or 1798330. OLE color: 1798330.

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

Color convert

RGB 186 112 27 -
CMYK 0 0.40 0.85 0.27
HSL 32.08º 0.75% 0.42% -
HSV(B) 32.08º 0.85% 0.73% -
XYZ 26.24 22.11 3.92 -
YUV 124.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 186 112 27 0 0.40 0.85 0.27 32.08 0.75 0.42
Hex BA 70 1B 0 28 55 1B 20 4B 2A
Octal 272 160 33 0 50 125 33 40 113 52
Binary 10111010 1110000 11011 0 101000 1010101 11011 100000 1001011 101010

Color Harmonies of #BA701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA701B

Black with #BA701B

Text Example


Text Example

White with #BA701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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