#B67A28

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

Shades of Pirate Gold #B67A28

Tints of Pirate Gold #B67A28

Color information

#B67A28 (or 0xB67A28) is unknown color: approx Pirate Gold. HEX triplet: B6, 7A and 28. RGB value is (182,122,40). Sum of RGB (Red+Green+Blue) = 182+122+40=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67A28 is #4985D7. Grayscale: #828282. Windows color (decimal): -4818392 or 2652854. OLE color: 2652854.

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

Color convert

RGB18212240-
CMYK00.330.780.29
HSL34.65º63.96%43.53%-
HSV(B)34.65º78.02%71.37%-
XYZ26.6324.025.24-
YUV130.5976.88164.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 40 (16.02% from 255) = 11.63%
R=52.91%
G=35.47%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821224000.330.780.2934.6563.9643.53
HexB67A280214E1D23402c
Octal26617250041116354310054
Binary10110110111101010100001000011001110111011000111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A28; }

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

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

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

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

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

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

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

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