#B67325

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

Shades of Pirate Gold #B67325

Tints of Pirate Gold #B67325

Color information

#B67325 (or 0xB67325) is unknown color: approx Pirate Gold. HEX triplet: B6, 73 and 25. RGB value is (182,115,37). Sum of RGB (Red+Green+Blue) = 182+115+37=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B67325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67325 is #498CDA. Grayscale: #7E7E7E. Windows color (decimal): -4820187 or 2454454. OLE color: 2454454.

HSL color Cylindrical-coordinate representation of color #B67325: hue angle of 32.28º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B67325 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18211537-
CMYK00.370.800.29
HSL32.28º66.21%42.94%-
HSV(B)32.28º79.67%71.37%-
XYZ25.7622.344.7-
YUV126.1477.7167.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 37 (14.84% from 255) = 11.08%
R=54.49%
G=34.43%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821153700.370.800.2932.2866.2142.94
HexB67325025501D20422b
Octal26616345045120354010253
Binary10110110111001110010101001011010000111011000001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67325; }

 p { color: rgb(182,115,37); }

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

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

 a { background-color: rgb(182,115,37); }

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

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

 span { border-color: rgb(182,115,37); }

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