Html Css Color HEX #BA721C Pirate Gold

📋 copy color: '#BA721C'

red 186 ◦ green 114 ◦ blue 28

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

Shades of Pirate Gold #BA721C

Tints of Pirate Gold #BA721C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 56.71%
G = 34.76%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA721C (or 0xBA721C) is known color: Pirate Gold. HEX triplet: BA, 72 and 1C. RGB value is (186,114,28). Sum of RGB (Red+Green+Blue) = 186+114+28=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA721C is #458DE3. Grayscale: #7E7E7E. Windows color (decimal): -4558308 or 1864378. OLE color: 1864378.

HSL color Cylindrical-coordinate representation of color #BA721C: hue angle of 32.66º degrees, saturation: 0.74, 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 #BA721C is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 28 -
CMYK 0 0.39 0.85 0.27
HSL 32.66º 0.74% 0.42% -
HSV(B) 32.66º 0.85% 0.73% -
XYZ 26.48 22.56 4.06 -
YUV 125.72 72.85 170.99 -
System Red Green Blue C M Y K H S L
Decimal 186 114 28 0 0.39 0.85 0.27 32.66 0.74 0.42
Hex BA 72 1C 0 27 55 1B 21 4A 2A
Octal 272 162 34 0 47 125 33 41 112 52
Binary 10111010 1110010 11100 0 100111 1010101 11011 100001 1001010 101010

Color Harmonies of #BA721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA721C

Black with #BA721C

Text Example


Text Example

White with #BA721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA721C; }

 p { color: rgb(186,114,28); }

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

background-color css

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

 a { background-color: rgb(186,114,28); }

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

border-color css

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

 span { border-color: rgb(186,114,28); }

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