#B37821

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

Shades of Pirate Gold #B37821

Tints of Pirate Gold #B37821

Color information

#B37821 (or 0xB37821) is unknown color: approx Pirate Gold. HEX triplet: B3, 78 and 21. RGB value is (179,120,33). Sum of RGB (Red+Green+Blue) = 179+120+33=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B37821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37821 is #4C87DE. Grayscale: #808080. Windows color (decimal): -5015519 or 2193587. OLE color: 2193587.

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

Color convert

RGB17912033-
CMYK00.330.820.30
HSL35.75º68.87%41.57%-
HSV(B)35.75º81.56%70.2%-
XYZ25.5823.134.55-
YUV127.7274.55164.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 33 (13.28% from 255) = 9.94%
R=53.92%
G=36.14%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791203300.330.820.3035.7568.8741.57
HexB37821021521E24452a
Octal26317041041122364410552
Binary10110011111100010000101000011010010111101001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37821; }

 p { color: rgb(179,120,33); }

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

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

 a { background-color: rgb(179,120,33); }

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

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

 span { border-color: rgb(179,120,33); }

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