#B5701A

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

Shades of Pirate Gold #B5701A

Tints of Pirate Gold #B5701A

Color information

#B5701A (or 0xB5701A) is unknown color: approx Pirate Gold. HEX triplet: B5, 70 and 1A. RGB value is (181,112,26). Sum of RGB (Red+Green+Blue) = 181+112+26=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B5701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5701A is #4A8FE5. Grayscale: #7B7B7B. Windows color (decimal): -4886502 or 1732789. OLE color: 1732789.

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

Color convert

RGB18111226-
CMYK00.380.860.29
HSL33.29º74.88%40.59%-
HSV(B)33.29º85.64%70.98%-
XYZ25.0421.493.81-
YUV122.8373.36169.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 26 (10.55% from 255) = 8.15%
R=56.74%
G=35.11%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811122600.380.860.2933.2974.8840.59
HexB5701A026561D214b29
Octal26516032046126354111351
Binary1011010111100001101001001101010110111011000011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5701A; }

 p { color: rgb(181,112,26); }

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

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

 a { background-color: rgb(181,112,26); }

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

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

 span { border-color: rgb(181,112,26); }

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