#B07720

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

Shades of Pirate Gold #B07720

Tints of Pirate Gold #B07720

Color information

#B07720 (or 0xB07720) is unknown color: approx Pirate Gold. HEX triplet: B0, 77 and 20. RGB value is (176,119,32). Sum of RGB (Red+Green+Blue) = 176+119+32=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B07720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07720 is #4F88DF. Grayscale: #7E7E7E. Windows color (decimal): -5212384 or 2127792. OLE color: 2127792.

HSL color Cylindrical-coordinate representation of color #B07720: hue angle of 36.25º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B07720 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17611932-
CMYK00.320.820.31
HSL36.25º69.23%40.78%-
HSV(B)36.25º81.82%69.02%-
XYZ24.7622.534.41-
YUV126.1274.88163.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.82%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 32 (12.89% from 255) = 9.79%
R=53.82%
G=36.39%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761193200.320.820.3136.2569.2340.78
HexB07720020521F244529
Octal26016740040122374410551
Binary10110000111011110000001000001010010111111001001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07720; }

 p { color: rgb(176,119,32); }

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

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

 a { background-color: rgb(176,119,32); }

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

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

 span { border-color: rgb(176,119,32); }

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