#B67F1C

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

Shades of Pirate Gold #B67F1C

Tints of Pirate Gold #B67F1C

Color information

#B67F1C (or 0xB67F1C) is unknown color: approx Pirate Gold. HEX triplet: B6, 7F and 1C. RGB value is (182,127,28). Sum of RGB (Red+Green+Blue) = 182+127+28=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67F1C is #4980E3. Grayscale: #848484. Windows color (decimal): -4817124 or 1867702. OLE color: 1867702.

HSL color Cylindrical-coordinate representation of color #B67F1C: hue angle of 38.57º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B67F1C is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18212728-
CMYK00.300.850.29
HSL38.57º73.33%41.18%-
HSV(B)38.57º84.62%71.37%-
XYZ27.0925.214.54-
YUV132.1669.22163.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 28 (11.33% from 255) = 8.31%
R=54.01%
G=37.69%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821272800.300.850.2938.5773.3341.18
HexB67F1C01E551D274929
Octal26617734036125354711151
Binary101101101111111111000111101010101111011001111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F1C; }

 p { color: rgb(182,127,28); }

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

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

 a { background-color: rgb(182,127,28); }

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

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

 span { border-color: rgb(182,127,28); }

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