#B37B1F

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

Shades of Pirate Gold #B37B1F

Tints of Pirate Gold #B37B1F

Color information

#B37B1F (or 0xB37B1F) is unknown color: approx Pirate Gold. HEX triplet: B3, 7B and 1F. RGB value is (179,123,31). Sum of RGB (Red+Green+Blue) = 179+123+31=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37B1F is #4C84E0. Grayscale: #818181. Windows color (decimal): -5014753 or 2063283. OLE color: 2063283.

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

Color convert

RGB17912331-
CMYK00.310.830.30
HSL37.3º70.48%41.18%-
HSV(B)37.3º82.68%70.2%-
XYZ25.9223.854.53-
YUV129.2672.55163.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 123 (48.44% from 255) = 36.94%
BLUE value IS 31 (12.5% from 255) = 9.31%
R=53.75%
G=36.94%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791233100.310.830.3037.370.4841.18
HexB37B1F01F531E254629
Octal26317337037123364510651
Binary101100111111011111110111111010011111101001011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B1F; }

 p { color: rgb(179,123,31); }

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

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

 a { background-color: rgb(179,123,31); }

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

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

 span { border-color: rgb(179,123,31); }

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