#b8722a

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

Shades of Pirate Gold #B8722A

Tints of Pirate Gold #B8722A

Color information

#B8722A (or 0xB8722A) is unknown color: approx Pirate Gold. HEX triplet: B8, 72 and 2A. RGB value is (184,114,42). Sum of RGB (Red+Green+Blue) = 184+114+42=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B8722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8722A is #478DD5. Grayscale: #7F7F7F. Windows color (decimal): -4689366 or 2781880. OLE color: 2781880.

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

Color convert

RGB18411442-
CMYK00.380.770.28
HSL30.42º62.83%44.31%-
HSV(B)30.42º77.17%72.16%-
XYZ26.222.395.13-
YUV126.7280.19168.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.12%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 42 (16.80% from 255) = 12.35%
R=54.12%
G=33.53%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841144200.380.770.2830.4262.8344.31
HexB8722A0264D1C1e3f2c
Octal2701625204611534367754
Binary101110001110010101010010011010011011110011110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8722a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8722a; }

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

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

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

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

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

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

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

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