#B27721

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

Shades of Pirate Gold #B27721

Tints of Pirate Gold #B27721

Color information

#B27721 (or 0xB27721) is unknown color: approx Pirate Gold. HEX triplet: B2, 77 and 21. RGB value is (178,119,33). Sum of RGB (Red+Green+Blue) = 178+119+33=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B27721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27721 is #4D88DE. Grayscale: #7F7F7F. Windows color (decimal): -5081311 or 2193330. OLE color: 2193330.

HSL color Cylindrical-coordinate representation of color #B27721: hue angle of 35.59º 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 #B27721 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB17811933-
CMYK00.330.810.30
HSL35.59º68.72%41.37%-
HSV(B)35.59º81.46%69.8%-
XYZ25.2322.774.5-
YUV126.8475.05164.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 33 (13.28% from 255) = 10%
R=53.94%
G=36.06%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781193300.330.810.3035.5968.7241.37
HexB27721021511E244529
Octal26216741041121364410551
Binary10110010111011110000101000011010001111101001001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27721; }

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

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

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

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

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

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

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

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