#B27221

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

Shades of Pirate Gold #B27221

Tints of Pirate Gold #B27221

Color information

#B27221 (or 0xB27221) is unknown color: approx Pirate Gold. HEX triplet: B2, 72 and 21. RGB value is (178,114,33). Sum of RGB (Red+Green+Blue) = 178+114+33=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B27221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27221 is #4D8DDE. Grayscale: #7C7C7C. Windows color (decimal): -5082591 or 2192050. OLE color: 2192050.

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

Color convert

RGB17811433-
CMYK00.360.810.30
HSL33.52º68.72%41.37%-
HSV(B)33.52º81.46%69.8%-
XYZ24.6521.614.31-
YUV123.976.7166.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 33 (13.28% from 255) = 10.15%
R=54.77%
G=35.08%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781143300.360.810.3033.5268.7241.37
HexB27221024511E224529
Octal26216241044121364210551
Binary10110010111001010000101001001010001111101000101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27221; }

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

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

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

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

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

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

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

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