#B8771F

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

Shades of Pirate Gold #B8771F

Tints of Pirate Gold #B8771F

Color information

#B8771F (or 0xB8771F) is unknown color: approx Pirate Gold. HEX triplet: B8, 77 and 1F. RGB value is (184,119,31). Sum of RGB (Red+Green+Blue) = 184+119+31=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B8771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8771F is #4788E0. Grayscale: #808080. Windows color (decimal): -4688097 or 2062264. OLE color: 2062264.

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

Color convert

RGB18411931-
CMYK00.350.830.28
HSL34.51º71.16%42.16%-
HSV(B)34.51º83.15%72.16%-
XYZ26.6123.484.43-
YUV128.473.03167.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.09%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 31 (12.5% from 255) = 9.28%
R=55.09%
G=35.63%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841193100.350.830.2834.5171.1642.16
HexB8771F023531C23472a
Octal27016737043123344310752
Binary1011100011101111111101000111010011111001000111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8771F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8771F; }

 p { color: rgb(184,119,31); }

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

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

 a { background-color: rgb(184,119,31); }

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

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

 span { border-color: rgb(184,119,31); }

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