#bb792a

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

Shades of Pirate Gold #BB792A

Tints of Pirate Gold #BB792A

Color information

#BB792A (or 0xBB792A) is unknown color: approx Pirate Gold. HEX triplet: BB, 79 and 2A. RGB value is (187,121,42). Sum of RGB (Red+Green+Blue) = 187+121+42=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB792A is #4486D5. Grayscale: #848484. Windows color (decimal): -4490966 or 2783675. OLE color: 2783675.

HSL color Cylindrical-coordinate representation of color #BB792A: hue angle of 32.69º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB792A is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18712142-
CMYK00.350.780.27
HSL32.69º63.32%44.9%-
HSV(B)32.69º77.54%73.33%-
XYZ27.7524.415.44-
YUV131.7377.37167.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 42 (16.80% from 255) = 12%
R=53.43%
G=34.57%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871214200.350.780.2732.6963.3244.9
HexBB792A0234E1B213f2d
Octal2731715204311633417755
Binary1011101111110011010100100011100111011011100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb792a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb792a; }

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

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

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

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

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

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

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

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