#B27325

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

Shades of Pirate Gold #B27325

Tints of Pirate Gold #B27325

Color information

#B27325 (or 0xB27325) is unknown color: approx Pirate Gold. HEX triplet: B2, 73 and 25. RGB value is (178,115,37). Sum of RGB (Red+Green+Blue) = 178+115+37=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B27325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27325 is #4D8CDA. Grayscale: #7D7D7D. Windows color (decimal): -5082331 or 2454450. OLE color: 2454450.

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

Color convert

RGB17811537-
CMYK00.350.790.30
HSL33.19º65.58%42.16%-
HSV(B)33.19º79.21%69.8%-
XYZ24.8221.864.66-
YUV124.9478.37165.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 37 (14.84% from 255) = 11.21%
R=53.94%
G=34.85%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781153700.350.790.3033.1965.5842.16
HexB273250234F1E21422a
Octal26216345043117364110252
Binary10110010111001110010101000111001111111101000011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27325; }

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

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

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

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

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

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

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

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