#B27618

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

Shades of Pirate Gold #B27618

Tints of Pirate Gold #B27618

Color information

#B27618 (or 0xB27618) is unknown color: approx Pirate Gold. HEX triplet: B2, 76 and 18. RGB value is (178,118,24). Sum of RGB (Red+Green+Blue) = 178+118+24=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B27618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27618 is #4D89E7. Grayscale: #7D7D7D. Windows color (decimal): -5081576 or 1603250. OLE color: 1603250.

HSL color Cylindrical-coordinate representation of color #B27618: hue angle of 36.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B27618 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17811824-
CMYK00.340.870.30
HSL36.62º76.24%39.61%-
HSV(B)36.62º86.52%69.8%-
XYZ2522.493.89-
YUV125.2270.88165.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.62%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 24 (9.77% from 255) = 7.5%
R=55.62%
G=36.88%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781182400.340.870.3036.6276.2439.61
HexB27618022571E254c28
Octal26216630042127364511450
Binary1011001011101101100001000101010111111101001011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27618; }

 p { color: rgb(178,118,24); }

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

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

 a { background-color: rgb(178,118,24); }

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

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

 span { border-color: rgb(178,118,24); }

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