#B7751B

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

Shades of Pirate Gold #B7751B

Tints of Pirate Gold #B7751B

Color information

#B7751B (or 0xB7751B) is unknown color: approx Pirate Gold. HEX triplet: B7, 75 and 1B. RGB value is (183,117,27). Sum of RGB (Red+Green+Blue) = 183+117+27=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7751B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7751B is #488AE4. Grayscale: #7E7E7E. Windows color (decimal): -4754149 or 1799607. OLE color: 1799607.

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

Color convert

RGB18311727-
CMYK00.360.850.28
HSL34.62º74.29%41.18%-
HSV(B)34.62º85.25%71.76%-
XYZ26.0922.874.08-
YUV126.4771.87168.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 27 (10.94% from 255) = 8.26%
R=55.96%
G=35.78%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831172700.360.850.2834.6274.2941.18
HexB7751B024551C234a29
Octal26716533044125344311251
Binary1011011111101011101101001001010101111001000111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7751B; }

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

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

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

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

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

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

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

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