#B8772A

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

Shades of Pirate Gold #B8772A

Tints of Pirate Gold #B8772A

Color information

#B8772A (or 0xB8772A) is unknown color: approx Pirate Gold. HEX triplet: B8, 77 and 2A. RGB value is (184,119,42). Sum of RGB (Red+Green+Blue) = 184+119+42=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8772A is #4788D5. Grayscale: #828282. Windows color (decimal): -4688086 or 2783160. OLE color: 2783160.

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

Color convert

RGB18411942-
CMYK00.350.770.28
HSL32.54º62.83%44.31%-
HSV(B)32.54º77.17%72.16%-
XYZ26.7823.555.32-
YUV129.6678.53166.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.33%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=53.33%
G=34.49%
B=12.17%

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
Decimal1841194200.350.770.2832.5462.8344.31
HexB8772A0234D1C213f2c
Octal2701675204311534417754
Binary1011100011101111010100100011100110111100100001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8772A; }

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

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

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

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

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

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

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

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