#b27028

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

Shades of Pirate Gold #B27028

Tints of Pirate Gold #B27028

Color information

#B27028 (or 0xB27028) is unknown color: approx Pirate Gold. HEX triplet: B2, 70 and 28. RGB value is (178,112,40). Sum of RGB (Red+Green+Blue) = 178+112+40=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B27028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27028 is #4D8FD7. Grayscale: #7B7B7B. Windows color (decimal): -5083096 or 2650290. OLE color: 2650290.

HSL color Cylindrical-coordinate representation of color #B27028: hue angle of 31.3º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B27028 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17811240-
CMYK00.370.780.30
HSL31.3º63.3%42.75%-
HSV(B)31.3º77.53%69.8%-
XYZ24.5421.214.81-
YUV123.5380.87166.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 40 (16.02% from 255) = 12.12%
R=53.94%
G=33.94%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781124000.370.780.3031.363.342.75
HexB270280254E1E1f3f2b
Octal2621605004511636377753
Binary101100101110000101000010010110011101111011111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27028; }

 p { color: rgb(178,112,40); }

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

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

 a { background-color: rgb(178,112,40); }

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

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

 span { border-color: rgb(178,112,40); }

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