#B5731C

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

Shades of Pirate Gold #B5731C

Tints of Pirate Gold #B5731C

Color information

#B5731C (or 0xB5731C) is unknown color: approx Pirate Gold. HEX triplet: B5, 73 and 1C. RGB value is (181,115,28). Sum of RGB (Red+Green+Blue) = 181+115+28=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5731C is #4A8CE3. Grayscale: #7D7D7D. Windows color (decimal): -4885732 or 1864629. OLE color: 1864629.

HSL color Cylindrical-coordinate representation of color #B5731C: hue angle of 34.12º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5731C is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18111528-
CMYK00.360.850.29
HSL34.12º73.21%40.98%-
HSV(B)34.12º84.53%70.98%-
XYZ25.422.174.04-
YUV124.8273.37168.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.86%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 28 (11.33% from 255) = 8.64%
R=55.86%
G=35.49%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811152800.360.850.2934.1273.2140.98
HexB5731C024551D224929
Octal26516334044125354211151
Binary1011010111100111110001001001010101111011000101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5731C; }

 p { color: rgb(181,115,28); }

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

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

 a { background-color: rgb(181,115,28); }

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

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

 span { border-color: rgb(181,115,28); }

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