#B77325

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

Shades of Pirate Gold #B77325

Tints of Pirate Gold #B77325

Color information

#B77325 (or 0xB77325) is unknown color: approx Pirate Gold. HEX triplet: B7, 73 and 25. RGB value is (183,115,37). Sum of RGB (Red+Green+Blue) = 183+115+37=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B77325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77325 is #488CDA. Grayscale: #7E7E7E. Windows color (decimal): -4754651 or 2454455. OLE color: 2454455.

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

Color convert

RGB18311537-
CMYK00.370.800.28
HSL32.05º66.36%43.14%-
HSV(B)32.05º79.78%71.76%-
XYZ25.9922.464.72-
YUV126.4477.53168.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 37 (14.84% from 255) = 11.04%
R=54.63%
G=34.33%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831153700.370.800.2832.0566.3643.14
HexB77325025501C20422b
Octal26716345045120344010253
Binary10110111111001110010101001011010000111001000001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77325; }

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

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

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

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

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

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

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

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