#B5721E

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

Shades of Pirate Gold #B5721E

Tints of Pirate Gold #B5721E

Color information

#B5721E (or 0xB5721E) is unknown color: approx Pirate Gold. HEX triplet: B5, 72 and 1E. RGB value is (181,114,30). Sum of RGB (Red+Green+Blue) = 181+114+30=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5721E is #4A8DE1. Grayscale: #7C7C7C. Windows color (decimal): -4885986 or 1995445. OLE color: 1995445.

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

Color convert

RGB18111430-
CMYK00.370.830.29
HSL33.38º71.56%41.37%-
HSV(B)33.38º83.43%70.98%-
XYZ25.3121.954.13-
YUV124.4674.7168.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 30 (12.11% from 255) = 9.23%
R=55.69%
G=35.08%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811143000.370.830.2933.3871.5641.37
HexB5721E025531D214829
Octal26516236045123354111051
Binary1011010111100101111001001011010011111011000011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5721E; }

 p { color: rgb(181,114,30); }

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

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

 a { background-color: rgb(181,114,30); }

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

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

 span { border-color: rgb(181,114,30); }

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