Html Css Color HEX #BA721E Pirate Gold

📋 copy color: '#BA721E'

red 186 ◦ green 114 ◦ blue 30

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

Shades of Pirate Gold #BA721E

Tints of Pirate Gold #BA721E

RGB

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

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

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

R = 56.36%
G = 34.55%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA721E (or 0xBA721E) is known color: Pirate Gold. HEX triplet: BA, 72 and 1E. RGB value is (186,114,30). Sum of RGB (Red+Green+Blue) = 186+114+30=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA721E is #458DE1. Grayscale: #7E7E7E. Windows color (decimal): -4558306 or 1995450. OLE color: 1995450.

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

Color convert

RGB 186 114 30 -
CMYK 0 0.39 0.84 0.27
HSL 32.31º 0.72% 0.42% -
HSV(B) 32.31º 0.84% 0.73% -
XYZ 26.5 22.57 4.19 -
YUV 125.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 186 114 30 0 0.39 0.84 0.27 32.31 0.72 0.42
Hex BA 72 1E 0 27 54 1B 20 48 2A
Octal 272 162 36 0 47 124 33 40 110 52
Binary 10111010 1110010 11110 0 100111 1010100 11011 100000 1001000 101010

Color Harmonies of #BA721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA721E

Black with #BA721E

Text Example


Text Example

White with #BA721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA721E; }

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

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

background-color css

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

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

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

border-color css

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

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

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