#B67A27

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

Shades of Pirate Gold #B67A27

Tints of Pirate Gold #B67A27

Color information

#B67A27 (or 0xB67A27) is unknown color: approx Pirate Gold. HEX triplet: B6, 7A and 27. RGB value is (182,122,39). Sum of RGB (Red+Green+Blue) = 182+122+39=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67A27 is #4985D8. Grayscale: #828282. Windows color (decimal): -4818393 or 2587318. OLE color: 2587318.

HSL color Cylindrical-coordinate representation of color #B67A27: hue angle of 34.83º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B67A27 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18212239-
CMYK00.330.790.29
HSL34.83º64.71%43.33%-
HSV(B)34.83º78.57%71.37%-
XYZ26.6224.015.15-
YUV130.4876.38164.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.06%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 39 (15.62% from 255) = 11.37%
R=53.06%
G=35.57%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821223900.330.790.2934.8364.7143.33
HexB67A270214F1D23412b
Octal26617247041117354310153
Binary10110110111101010011101000011001111111011000111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A27; }

 p { color: rgb(182,122,39); }

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

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

 a { background-color: rgb(182,122,39); }

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

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

 span { border-color: rgb(182,122,39); }

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