#B4722B

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

Shades of Pirate Gold #B4722B

Tints of Pirate Gold #B4722B

Color information

#B4722B (or 0xB4722B) is unknown color: approx Pirate Gold. HEX triplet: B4, 72 and 2B. RGB value is (180,114,43). Sum of RGB (Red+Green+Blue) = 180+114+43=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4722B is #4B8DD4. Grayscale: #7D7D7D. Windows color (decimal): -4951509 or 2847412. OLE color: 2847412.

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

Color convert

RGB18011443-
CMYK00.370.760.29
HSL31.09º61.43%43.73%-
HSV(B)31.09º76.11%70.59%-
XYZ25.2821.915.18-
YUV125.6481.37166.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 43 (17.19% from 255) = 12.76%
R=53.41%
G=33.83%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801144300.370.760.2931.0961.4343.73
HexB4722B0254C1D1f3d2c
Octal2641625304511435377554
Binary101101001110010101011010010110011001110111111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4722B; }

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

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

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

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

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

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

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

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