#B67A1B

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

Shades of Pirate Gold #B67A1B

Tints of Pirate Gold #B67A1B

Color information

#B67A1B (or 0xB67A1B) is unknown color: approx Pirate Gold. HEX triplet: B6, 7A and 1B. RGB value is (182,122,27). Sum of RGB (Red+Green+Blue) = 182+122+27=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67A1B is #4985E4. Grayscale: #818181. Windows color (decimal): -4818405 or 1800886. OLE color: 1800886.

HSL color Cylindrical-coordinate representation of color #B67A1B: hue angle of 36.77º degrees, saturation: 0.74, 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 #B67A1B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18212227-
CMYK00.330.850.29
HSL36.77º74.16%40.98%-
HSV(B)36.77º85.16%71.37%-
XYZ26.4523.944.26-
YUV129.1170.38165.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 27 (10.94% from 255) = 8.16%
R=54.98%
G=36.86%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821222700.330.850.2936.7774.1640.98
HexB67A1B021551D254a29
Octal26617233041125354511251
Binary1011011011110101101101000011010101111011001011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A1B; }

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

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

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

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

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

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

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

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