#b27323

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

Shades of Pirate Gold #B27323

Tints of Pirate Gold #B27323

Color information

#B27323 (or 0xB27323) is unknown color: approx Pirate Gold. HEX triplet: B2, 73 and 23. RGB value is (178,115,35). Sum of RGB (Red+Green+Blue) = 178+115+35=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B27323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27323 is #4D8CDC. Grayscale: #7D7D7D. Windows color (decimal): -5082333 or 2323378. OLE color: 2323378.

HSL color Cylindrical-coordinate representation of color #B27323: hue angle of 33.57º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B27323 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17811535-
CMYK00.350.800.30
HSL33.57º67.14%41.76%-
HSV(B)33.57º80.34%69.8%-
XYZ24.7921.854.5-
YUV124.7277.37166-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 35 (14.06% from 255) = 10.67%
R=54.27%
G=35.06%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781153500.350.800.3033.5767.1441.76
HexB27323023501E22432a
Octal26216343043120364210352
Binary10110010111001110001101000111010000111101000101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27323; }

 p { color: rgb(178,115,35); }

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

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

 a { background-color: rgb(178,115,35); }

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

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

 span { border-color: rgb(178,115,35); }

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