#B7741E

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

Shades of Pirate Gold #B7741E

Tints of Pirate Gold #B7741E

Color information

#B7741E (or 0xB7741E) is unknown color: approx Pirate Gold. HEX triplet: B7, 74 and 1E. RGB value is (183,116,30). Sum of RGB (Red+Green+Blue) = 183+116+30=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7741E is #488BE1. Grayscale: #7E7E7E. Windows color (decimal): -4754402 or 1995959. OLE color: 1995959.

HSL color Cylindrical-coordinate representation of color #B7741E: hue angle of 33.73º 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 #B7741E is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB18311630-
CMYK00.370.840.28
HSL33.73º71.83%41.76%-
HSV(B)33.73º83.61%71.76%-
XYZ26.0122.654.23-
YUV126.2373.7168.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.62%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 30 (12.11% from 255) = 9.12%
R=55.62%
G=35.26%
B=9.12%

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
Decimal1831163000.370.840.2833.7371.8341.76
HexB7741E025541C22482a
Octal26716436045124344211052
Binary1011011111101001111001001011010100111001000101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7741E; }

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

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

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

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

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

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

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

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