#B27627

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

Shades of Pirate Gold #B27627

Tints of Pirate Gold #B27627

Color information

#B27627 (or 0xB27627) is unknown color: approx Pirate Gold. HEX triplet: B2, 76 and 27. RGB value is (178,118,39). Sum of RGB (Red+Green+Blue) = 178+118+39=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B27627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27627 is #4D89D8. Grayscale: #7F7F7F. Windows color (decimal): -5081561 or 2586290. OLE color: 2586290.

HSL color Cylindrical-coordinate representation of color #B27627: hue angle of 34.1º degrees, saturation: 0.64, 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 #B27627 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17811839-
CMYK00.340.780.30
HSL34.1º64.06%42.55%-
HSV(B)34.1º78.09%69.8%-
XYZ25.222.574.95-
YUV126.9378.38164.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 39 (15.62% from 255) = 11.64%
R=53.13%
G=35.22%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781183900.340.780.3034.164.0642.55
HexB276270224E1E22402b
Octal26216647042116364210053
Binary10110010111011010011101000101001110111101000101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27627; }

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

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

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

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

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

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

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

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