#B27923

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

Shades of Pirate Gold #B27923

Tints of Pirate Gold #B27923

Color information

#B27923 (or 0xB27923) is unknown color: approx Pirate Gold. HEX triplet: B2, 79 and 23. RGB value is (178,121,35). Sum of RGB (Red+Green+Blue) = 178+121+35=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B27923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27923 is #4D86DC. Grayscale: #808080. Windows color (decimal): -5080797 or 2324914. OLE color: 2324914.

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

Color convert

RGB17812135-
CMYK00.320.800.30
HSL36.08º67.14%41.76%-
HSV(B)36.08º80.34%69.8%-
XYZ25.523.264.74-
YUV128.2475.38163.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 35 (14.06% from 255) = 10.48%
R=53.29%
G=36.23%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781213500.320.800.3036.0867.1441.76
HexB27923020501E24432a
Octal26217143040120364410352
Binary10110010111100110001101000001010000111101001001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27923; }

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

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

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

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

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

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

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

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