#B37A22

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

Shades of Pirate Gold #B37A22

Tints of Pirate Gold #B37A22

Color information

#B37A22 (or 0xB37A22) is unknown color: approx Pirate Gold. HEX triplet: B3, 7A and 22. RGB value is (179,122,34). Sum of RGB (Red+Green+Blue) = 179+122+34=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A22 is #4C85DD. Grayscale: #818181. Windows color (decimal): -5015006 or 2259635. OLE color: 2259635.

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

Color convert

RGB17912234-
CMYK00.320.810.30
HSL36.41º68.08%41.76%-
HSV(B)36.41º81.01%70.2%-
XYZ25.8423.624.71-
YUV129.0174.38163.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.43%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 34 (13.67% from 255) = 10.15%
R=53.43%
G=36.42%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791223400.320.810.3036.4168.0841.76
HexB37A22020511E24442a
Octal26317242040121364410452
Binary10110011111101010001001000001010001111101001001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A22; }

 p { color: rgb(179,122,34); }

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

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

 a { background-color: rgb(179,122,34); }

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

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

 span { border-color: rgb(179,122,34); }

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