#B8782B

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

Shades of Pirate Gold #B8782B

Tints of Pirate Gold #B8782B

Color information

#B8782B (or 0xB8782B) is unknown color: approx Pirate Gold. HEX triplet: B8, 78 and 2B. RGB value is (184,120,43). Sum of RGB (Red+Green+Blue) = 184+120+43=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8782B is #4787D4. Grayscale: #828282. Windows color (decimal): -4687829 or 2848952. OLE color: 2848952.

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

Color convert

RGB18412043-
CMYK00.350.770.28
HSL32.77º62.11%44.51%-
HSV(B)32.77º76.63%72.16%-
XYZ26.9223.85.46-
YUV130.3678.7166.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 43 (17.19% from 255) = 12.39%
R=53.03%
G=34.58%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841204300.350.770.2832.7762.1144.51
HexB8782B0234D1C213e2d
Octal2701705304311534417655
Binary1011100011110001010110100011100110111100100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8782B; }

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

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

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

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

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

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

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

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