#B5742A

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

Shades of Pirate Gold #B5742A

Tints of Pirate Gold #B5742A

Color information

#B5742A (or 0xB5742A) is unknown color: approx Pirate Gold. HEX triplet: B5, 74 and 2A. RGB value is (181,116,42). Sum of RGB (Red+Green+Blue) = 181+116+42=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5742A is #4A8BD5. Grayscale: #7F7F7F. Windows color (decimal): -4885462 or 2782389. OLE color: 2782389.

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

Color convert

RGB18111642-
CMYK00.360.770.29
HSL31.94º62.33%43.73%-
HSV(B)31.94º76.8%70.98%-
XYZ25.7222.485.17-
YUV12780.03166.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 42 (16.80% from 255) = 12.39%
R=53.39%
G=34.22%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811164200.360.770.2931.9462.3343.73
HexB5742A0244D1D203e2c
Octal2651645204411535407654
Binary1011010111101001010100100100100110111101100000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5742A; }

 p { color: rgb(181,116,42); }

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

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

 a { background-color: rgb(181,116,42); }

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

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

 span { border-color: rgb(181,116,42); }

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