#B27425

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

Shades of Pirate Gold #B27425

Tints of Pirate Gold #B27425

Color information

#B27425 (or 0xB27425) is unknown color: approx Pirate Gold. HEX triplet: B2, 74 and 25. RGB value is (178,116,37). Sum of RGB (Red+Green+Blue) = 178+116+37=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B27425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27425 is #4D8BDA. Grayscale: #7D7D7D. Windows color (decimal): -5082075 or 2454706. OLE color: 2454706.

HSL color Cylindrical-coordinate representation of color #B27425: hue angle of 33.62º 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 #B27425 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17811637-
CMYK00.350.790.30
HSL33.62º65.58%42.16%-
HSV(B)33.62º79.21%69.8%-
XYZ24.9422.094.7-
YUV125.5378.04165.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 37 (14.84% from 255) = 11.18%
R=53.78%
G=35.05%
B=11.18%

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
Decimal1781163700.350.790.3033.6265.5842.16
HexB274250234F1E22422a
Octal26216445043117364210252
Binary10110010111010010010101000111001111111101000101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27425; }

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

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

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

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

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

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

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

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