#B67928

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

Shades of Pirate Gold #B67928

Tints of Pirate Gold #B67928

Color information

#B67928 (or 0xB67928) is unknown color: approx Pirate Gold. HEX triplet: B6, 79 and 28. RGB value is (182,121,40). Sum of RGB (Red+Green+Blue) = 182+121+40=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B67928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67928 is #4986D7. Grayscale: #828282. Windows color (decimal): -4818648 or 2652598. OLE color: 2652598.

HSL color Cylindrical-coordinate representation of color #B67928: hue angle of 34.23º 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 #B67928 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18212140-
CMYK00.340.780.29
HSL34.23º63.96%43.53%-
HSV(B)34.23º78.02%71.37%-
XYZ26.5123.775.2-
YUV13077.21165.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.06%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 40 (16.02% from 255) = 11.66%
R=53.06%
G=35.28%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821214000.340.780.2934.2363.9643.53
HexB679280224E1D22402c
Octal26617150042116354210054
Binary10110110111100110100001000101001110111011000101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67928; }

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

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

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

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

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

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

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

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