#B8782A

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

Shades of Pirate Gold #B8782A

Tints of Pirate Gold #B8782A

Color information

#B8782A (or 0xB8782A) is unknown color: approx Pirate Gold. HEX triplet: B8, 78 and 2A. RGB value is (184,120,42). Sum of RGB (Red+Green+Blue) = 184+120+42=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8782A is #4787D5. Grayscale: #828282. Windows color (decimal): -4687830 or 2783416. OLE color: 2783416.

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

Color convert

RGB18412042-
CMYK00.350.770.28
HSL32.96º62.83%44.31%-
HSV(B)32.96º77.17%72.16%-
XYZ26.923.795.36-
YUV130.2478.2166.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.18%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 42 (16.80% from 255) = 12.14%
R=53.18%
G=34.68%
B=12.14%

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
Decimal1841204200.350.770.2832.9662.8344.31
HexB8782A0234D1C213f2c
Octal2701705204311534417754
Binary1011100011110001010100100011100110111100100001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8782A; }

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

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

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

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

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

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

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

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