#b67724

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

Shades of Pirate Gold #B67724

Tints of Pirate Gold #B67724

Color information

#B67724 (or 0xB67724) is unknown color: approx Pirate Gold. HEX triplet: B6, 77 and 24. RGB value is (182,119,36). Sum of RGB (Red+Green+Blue) = 182+119+36=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B67724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67724 is #4988DB. Grayscale: #808080. Windows color (decimal): -4819164 or 2389942. OLE color: 2389942.

HSL color Cylindrical-coordinate representation of color #B67724: hue angle of 34.11º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B67724 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18211936-
CMYK00.350.800.29
HSL34.11º66.97%42.75%-
HSV(B)34.11º80.22%71.37%-
XYZ26.2123.274.78-
YUV128.3875.87166.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 36 (14.45% from 255) = 10.68%
R=54.01%
G=35.31%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821193600.350.800.2934.1166.9742.75
HexB67724023501D22432b
Octal26616744043120354210353
Binary10110110111011110010001000111010000111011000101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b67724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b67724; }

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

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

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

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

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

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

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

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