#B6792A

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

Shades of Pirate Gold #B6792A

Tints of Pirate Gold #B6792A

Color information

#B6792A (or 0xB6792A) is unknown color: approx Pirate Gold. HEX triplet: B6, 79 and 2A. RGB value is (182,121,42). Sum of RGB (Red+Green+Blue) = 182+121+42=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6792A is #4986D5. Grayscale: #828282. Windows color (decimal): -4818646 or 2783670. OLE color: 2783670.

HSL color Cylindrical-coordinate representation of color #B6792A: hue angle of 33.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6792A is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18212142-
CMYK00.340.770.29
HSL33.86º62.5%43.92%-
HSV(B)33.86º76.92%71.37%-
XYZ26.5523.795.38-
YUV130.2378.21164.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.75%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=52.75%
G=35.07%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821214200.340.770.2933.8662.543.92
HexB6792A0224D1D223e2c
Octal2661715204211535427654
Binary1011011011110011010100100010100110111101100010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6792A; }

 p { color: rgb(182,121,42); }

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

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

 a { background-color: rgb(182,121,42); }

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

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

 span { border-color: rgb(182,121,42); }

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