#B67B21

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

Shades of Pirate Gold #B67B21

Tints of Pirate Gold #B67B21

Color information

#B67B21 (or 0xB67B21) is unknown color: approx Pirate Gold. HEX triplet: B6, 7B and 21. RGB value is (182,123,33). Sum of RGB (Red+Green+Blue) = 182+123+33=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67B21 is #4984DE. Grayscale: #828282. Windows color (decimal): -4818143 or 2194358. OLE color: 2194358.

HSL color Cylindrical-coordinate representation of color #B67B21: hue angle of 36.24º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B67B21 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18212333-
CMYK00.320.820.29
HSL36.24º69.3%42.16%-
HSV(B)36.24º81.87%71.37%-
XYZ26.6524.224.71-
YUV130.3873.05164.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 123 (48.44% from 255) = 36.39%
BLUE value IS 33 (13.28% from 255) = 9.76%
R=53.85%
G=36.39%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821233300.320.820.2936.2469.342.16
HexB67B21020521D24452a
Octal26617341040122354410552
Binary10110110111101110000101000001010010111011001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B21; }

 p { color: rgb(182,123,33); }

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

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

 a { background-color: rgb(182,123,33); }

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

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

 span { border-color: rgb(182,123,33); }

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