#B2722A

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

Shades of Pirate Gold #B2722A

Tints of Pirate Gold #B2722A

Color information

#B2722A (or 0xB2722A) is unknown color: approx Pirate Gold. HEX triplet: B2, 72 and 2A. RGB value is (178,114,42). Sum of RGB (Red+Green+Blue) = 178+114+42=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2722A is #4D8DD5. Grayscale: #7D7D7D. Windows color (decimal): -5082582 or 2781874. OLE color: 2781874.

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

Color convert

RGB17811442-
CMYK00.360.760.30
HSL31.76º61.82%43.14%-
HSV(B)31.76º76.4%69.8%-
XYZ24.821.675.07-
YUV124.9381.2165.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 42 (16.80% from 255) = 12.57%
R=53.29%
G=34.13%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781144200.360.760.3031.7661.8243.14
HexB2722A0244C1E203e2b
Octal2621625204411436407653
Binary1011001011100101010100100100100110011110100000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2722A; }

 p { color: rgb(178,114,42); }

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

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

 a { background-color: rgb(178,114,42); }

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

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

 span { border-color: rgb(178,114,42); }

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