#B67728

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

Shades of Pirate Gold #B67728

Tints of Pirate Gold #B67728

Color information

#B67728 (or 0xB67728) is unknown color: approx Pirate Gold. HEX triplet: B6, 77 and 28. RGB value is (182,119,40). Sum of RGB (Red+Green+Blue) = 182+119+40=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B67728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67728 is #4988D7. Grayscale: #818181. Windows color (decimal): -4819160 or 2652086. OLE color: 2652086.

HSL color Cylindrical-coordinate representation of color #B67728: hue angle of 33.38º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B67728 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18211940-
CMYK00.350.780.29
HSL33.38º63.96%43.53%-
HSV(B)33.38º78.02%71.37%-
XYZ26.2723.295.12-
YUV128.8377.87165.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.37%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 40 (16.02% from 255) = 11.73%
R=53.37%
G=34.90%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821194000.350.780.2933.3863.9643.53
HexB677280234E1D21402c
Octal26616750043116354110054
Binary10110110111011110100001000111001110111011000011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67728; }

 p { color: rgb(182,119,40); }

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

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

 a { background-color: rgb(182,119,40); }

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

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

 span { border-color: rgb(182,119,40); }

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