#B27921

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

Shades of Pirate Gold #B27921

Tints of Pirate Gold #B27921

Color information

#B27921 (or 0xB27921) is unknown color: approx Pirate Gold. HEX triplet: B2, 79 and 21. RGB value is (178,121,33). Sum of RGB (Red+Green+Blue) = 178+121+33=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B27921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27921 is #4D86DE. Grayscale: #808080. Windows color (decimal): -5080799 or 2193842. OLE color: 2193842.

HSL color Cylindrical-coordinate representation of color #B27921: hue angle of 36.41º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B27921 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB17812133-
CMYK00.320.810.30
HSL36.41º68.72%41.37%-
HSV(B)36.41º81.46%69.8%-
XYZ25.4723.254.58-
YUV128.0174.38163.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 33 (13.28% from 255) = 9.94%
R=53.61%
G=36.45%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781213300.320.810.3036.4168.7241.37
HexB27921020511E244529
Octal26217141040121364410551
Binary10110010111100110000101000001010001111101001001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27921; }

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

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

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

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

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

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

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

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