#B5741C

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

Shades of Pirate Gold #B5741C

Tints of Pirate Gold #B5741C

Color information

#B5741C (or 0xB5741C) is unknown color: approx Pirate Gold. HEX triplet: B5, 74 and 1C. RGB value is (181,116,28). Sum of RGB (Red+Green+Blue) = 181+116+28=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5741C is #4A8BE3. Grayscale: #7D7D7D. Windows color (decimal): -4885476 or 1864885. OLE color: 1864885.

HSL color Cylindrical-coordinate representation of color #B5741C: hue angle of 34.51º 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 #B5741C is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18111628-
CMYK00.360.850.29
HSL34.51º73.21%40.98%-
HSV(B)34.51º84.53%70.98%-
XYZ25.5122.44.08-
YUV125.473.03167.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 28 (11.33% from 255) = 8.62%
R=55.69%
G=35.69%
B=8.62%

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
Decimal1811162800.360.850.2934.5173.2140.98
HexB5741C024551D234929
Octal26516434044125354311151
Binary1011010111101001110001001001010101111011000111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5741C; }

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

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

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

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

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

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

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

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