#BB762A

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

Shades of Pirate Gold #BB762A

Tints of Pirate Gold #BB762A

Color information

#BB762A (or 0xBB762A) is unknown color: approx Pirate Gold. HEX triplet: BB, 76 and 2A. RGB value is (187,118,42). Sum of RGB (Red+Green+Blue) = 187+118+42=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB762A is #4489D5. Grayscale: #828282. Windows color (decimal): -4491734 or 2782907. OLE color: 2782907.

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

Color convert

RGB18711842-
CMYK00.370.780.27
HSL31.45º63.32%44.9%-
HSV(B)31.45º77.54%73.33%-
XYZ27.3923.695.32-
YUV129.9778.36168.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=53.89%
G=34.01%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871184200.370.780.2731.4563.3244.9
HexBB762A0254E1B1f3f2d
Octal2731665204511633377755
Binary101110111110110101010010010110011101101111111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB762A; }

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

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

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

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

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

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

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

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