#B7731E

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

Shades of Pirate Gold #B7731E

Tints of Pirate Gold #B7731E

Color information

#B7731E (or 0xB7731E) is unknown color: approx Pirate Gold. HEX triplet: B7, 73 and 1E. RGB value is (183,115,30). Sum of RGB (Red+Green+Blue) = 183+115+30=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7731E is #488CE1. Grayscale: #7E7E7E. Windows color (decimal): -4754658 or 1995703. OLE color: 1995703.

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

Color convert

RGB18311530-
CMYK00.370.840.28
HSL33.33º71.83%41.76%-
HSV(B)33.33º83.61%71.76%-
XYZ25.8922.424.19-
YUV125.6474.03168.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 30 (12.11% from 255) = 9.15%
R=55.79%
G=35.06%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831153000.370.840.2833.3371.8341.76
HexB7731E025541C21482a
Octal26716336045124344111052
Binary1011011111100111111001001011010100111001000011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7731E; }

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

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

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

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

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

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

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

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