#B7752D

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

Shades of Pirate Gold #B7752D

Tints of Pirate Gold #B7752D

Color information

#B7752D (or 0xB7752D) is unknown color: approx Pirate Gold. HEX triplet: B7, 75 and 2D. RGB value is (183,117,45). Sum of RGB (Red+Green+Blue) = 183+117+45=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7752D is #488AD2. Grayscale: #808080. Windows color (decimal): -4754131 or 2979255. OLE color: 2979255.

HSL color Cylindrical-coordinate representation of color #B7752D: hue angle of 31.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7752D is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB18311745-
CMYK00.360.750.28
HSL31.3º60.53%44.71%-
HSV(B)31.3º75.41%71.76%-
XYZ26.3622.985.53-
YUV128.5380.87166.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 45 (17.97% from 255) = 13.04%
R=53.04%
G=33.91%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831174500.360.750.2831.360.5344.71
HexB7752D0244B1C1f3d2d
Octal2671655504411334377555
Binary101101111110101101101010010010010111110011111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7752D; }

 p { color: rgb(183,117,45); }

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

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

 a { background-color: rgb(183,117,45); }

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

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

 span { border-color: rgb(183,117,45); }

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