#B4701E

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

Shades of Pirate Gold #B4701E

Tints of Pirate Gold #B4701E

Color information

#B4701E (or 0xB4701E) is unknown color: approx Pirate Gold. HEX triplet: B4, 70 and 1E. RGB value is (180,112,30). Sum of RGB (Red+Green+Blue) = 180+112+30=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4701E is #4B8FE1. Grayscale: #7B7B7B. Windows color (decimal): -4952034 or 1994932. OLE color: 1994932.

HSL color Cylindrical-coordinate representation of color #B4701E: hue angle of 32.8º degrees, saturation: 0.71, 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 #B4701E is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18011230-
CMYK00.380.830.29
HSL32.8º71.43%41.18%-
HSV(B)32.8º83.33%70.59%-
XYZ24.8521.394.05-
YUV122.9875.53168.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 30 (12.11% from 255) = 9.32%
R=55.90%
G=34.78%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801123000.380.830.2932.871.4341.18
HexB4701E026531D214729
Octal26416036046123354110751
Binary1011010011100001111001001101010011111011000011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4701E; }

 p { color: rgb(180,112,30); }

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

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

 a { background-color: rgb(180,112,30); }

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

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

 span { border-color: rgb(180,112,30); }

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