#B8781F

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

Shades of Pirate Gold #B8781F

Tints of Pirate Gold #B8781F

Color information

#B8781F (or 0xB8781F) is unknown color: approx Pirate Gold. HEX triplet: B8, 78 and 1F. RGB value is (184,120,31). Sum of RGB (Red+Green+Blue) = 184+120+31=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B8781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8781F is #4787E0. Grayscale: #818181. Windows color (decimal): -4687841 or 2062520. OLE color: 2062520.

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

Color convert

RGB18412031-
CMYK00.350.830.28
HSL34.9º71.16%42.16%-
HSV(B)34.9º83.15%72.16%-
XYZ26.7323.724.47-
YUV128.9972.7167.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.93%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 31 (12.5% from 255) = 9.25%
R=54.93%
G=35.82%
B=9.25%

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
Decimal1841203100.350.830.2834.971.1642.16
HexB8781F023531C23472a
Octal27017037043123344310752
Binary1011100011110001111101000111010011111001000111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8781F; }

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

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

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

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

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

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

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

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