#B27023

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

Shades of Pirate Gold #B27023

Tints of Pirate Gold #B27023

Color information

#B27023 (or 0xB27023) is unknown color: approx Pirate Gold. HEX triplet: B2, 70 and 23. RGB value is (178,112,35). Sum of RGB (Red+Green+Blue) = 178+112+35=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B27023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27023 is #4D8FDC. Grayscale: #7B7B7B. Windows color (decimal): -5083101 or 2322610. OLE color: 2322610.

HSL color Cylindrical-coordinate representation of color #B27023: hue angle of 32.31º 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 #B27023 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17811235-
CMYK00.370.800.30
HSL32.31º67.14%41.76%-
HSV(B)32.31º80.34%69.8%-
XYZ24.4621.174.39-
YUV122.9678.37167.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 35 (14.06% from 255) = 10.77%
R=54.77%
G=34.46%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781123500.370.800.3032.3167.1441.76
HexB27023025501E20432a
Octal26216043045120364010352
Binary10110010111000010001101001011010000111101000001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27023; }

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

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

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

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

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

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

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

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