#B7732A

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

Shades of Pirate Gold #B7732A

Tints of Pirate Gold #B7732A

Color information

#B7732A (or 0xB7732A) is unknown color: approx Pirate Gold. HEX triplet: B7, 73 and 2A. RGB value is (183,115,42). Sum of RGB (Red+Green+Blue) = 183+115+42=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7732A is #488CD5. Grayscale: #7F7F7F. Windows color (decimal): -4754646 or 2782135. OLE color: 2782135.

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

Color convert

RGB18311542-
CMYK00.370.770.28
HSL31.06º62.67%44.12%-
HSV(B)31.06º77.05%71.76%-
XYZ26.0822.55.16-
YUV127.0180.03167.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.82%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 42 (16.80% from 255) = 12.35%
R=53.82%
G=33.82%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831154200.370.770.2831.0662.6744.12
HexB7732A0254D1C1f3f2c
Octal2671635204511534377754
Binary101101111110011101010010010110011011110011111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7732A; }

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

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

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

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

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

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

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

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