#B4721A

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

Shades of Pirate Gold #B4721A

Tints of Pirate Gold #B4721A

Color information

#B4721A (or 0xB4721A) is unknown color: approx Pirate Gold. HEX triplet: B4, 72 and 1A. RGB value is (180,114,26). Sum of RGB (Red+Green+Blue) = 180+114+26=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4721A is #4B8DE5. Grayscale: #7C7C7C. Windows color (decimal): -4951526 or 1733300. OLE color: 1733300.

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

Color convert

RGB18011426-
CMYK00.370.860.29
HSL34.29º74.76%40.39%-
HSV(B)34.29º85.56%70.59%-
XYZ25.0321.813.87-
YUV123.772.87168.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 26 (10.55% from 255) = 8.12%
R=56.25%
G=35.62%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801142600.370.860.2934.2974.7640.39
HexB4721A025561D224b28
Octal26416232045126354211350
Binary1011010011100101101001001011010110111011000101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4721A; }

 p { color: rgb(180,114,26); }

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

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

 a { background-color: rgb(180,114,26); }

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

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

 span { border-color: rgb(180,114,26); }

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