#B88021

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

Shades of Pirate Gold #B88021

Tints of Pirate Gold #B88021

Color information

#B88021 (or 0xB88021) is unknown color: approx Pirate Gold. HEX triplet: B8, 80 and 21. RGB value is (184,128,33). Sum of RGB (Red+Green+Blue) = 184+128+33=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B88021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88021 is #477FDE. Grayscale: #868686. Windows color (decimal): -4685791 or 2195640. OLE color: 2195640.

HSL color Cylindrical-coordinate representation of color #B88021: hue angle of 37.75º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B88021 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB18412833-
CMYK00.300.820.28
HSL37.75º69.59%42.55%-
HSV(B)37.75º82.07%72.16%-
XYZ27.7625.744.94-
YUV133.9171.05163.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.33%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 33 (13.28% from 255) = 9.57%
R=53.33%
G=37.10%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841283300.300.820.2837.7569.5942.55
HexB8802101E521C26462b
Octal27020041036122344610653
Binary10111000100000001000010111101010010111001001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88021; }

 p { color: rgb(184,128,33); }

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

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

 a { background-color: rgb(184,128,33); }

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

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

 span { border-color: rgb(184,128,33); }

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