#B3721A

Color #B3721A Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #B3721A

Tints of Pirate Gold #B3721A

Color information

#B3721A (or 0xB3721A) is unknown color: approx Pirate Gold. HEX triplet: B3, 72 and 1A. RGB value is (179,114,26). Sum of RGB (Red+Green+Blue) = 179+114+26=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B3721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3721A is #4C8DE5. Grayscale: #7B7B7B. Windows color (decimal): -5017062 or 1733299. OLE color: 1733299.

HSL color Cylindrical-coordinate representation of color #B3721A: hue angle of 34.51º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3721A is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB17911426-
CMYK00.360.850.30
HSL34.51º74.63%40.2%-
HSV(B)34.51º85.47%70.2%-
XYZ24.7921.693.86-
YUV123.473.03167.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.11%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 26 (10.55% from 255) = 8.15%
R=56.11%
G=35.74%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791142600.360.850.3034.5174.6340.2
HexB3721A024551E234b28
Octal26316232044125364311350
Binary1011001111100101101001001001010101111101000111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3721A; }

 p { color: rgb(179,114,26); }

 H1.HeaderClassName
 {
   color: #B3721A;
 }
 .AnyTagClassName
 {
   color: #B3721A;
 }
</style>
background-color css

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

 a { background-color: rgb(179,114,26); }

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

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

 span { border-color: rgb(179,114,26); }

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