#B77320

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

Shades of Pirate Gold #B77320

Tints of Pirate Gold #B77320

Color information

#B77320 (or 0xB77320) is unknown color: approx Pirate Gold. HEX triplet: B7, 73 and 20. RGB value is (183,115,32). Sum of RGB (Red+Green+Blue) = 183+115+32=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B77320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77320 is #488CDF. Grayscale: #7E7E7E. Windows color (decimal): -4754656 or 2126775. OLE color: 2126775.

HSL color Cylindrical-coordinate representation of color #B77320: hue angle of 32.98º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B77320 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB18311532-
CMYK00.370.830.28
HSL32.98º70.23%42.16%-
HSV(B)32.98º82.51%71.76%-
XYZ25.9222.434.33-
YUV125.8775.03168.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 32 (12.89% from 255) = 9.70%
R=55.45%
G=34.85%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831153200.370.830.2832.9870.2342.16
HexB77320025531C21462a
Octal26716340045123344110652
Binary10110111111001110000001001011010011111001000011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77320; }

 p { color: rgb(183,115,32); }

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

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

 a { background-color: rgb(183,115,32); }

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

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

 span { border-color: rgb(183,115,32); }

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