#BB6D1A

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

Shades of Pirate Gold #BB6D1A

Tints of Pirate Gold #BB6D1A

Color information

#BB6D1A (or 0xBB6D1A) is unknown color: approx Pirate Gold. HEX triplet: BB, 6D and 1A. RGB value is (187,109,26). Sum of RGB (Red+Green+Blue) = 187+109+26=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6D1A is #4492E5. Grayscale: #7B7B7B. Windows color (decimal): -4494054 or 1732027. OLE color: 1732027.

HSL color Cylindrical-coordinate representation of color #BB6D1A: hue angle of 30.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB6D1A is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18710926-
CMYK00.420.860.27
HSL30.93º75.59%41.76%-
HSV(B)30.93º86.1%73.33%-
XYZ26.1521.583.76-
YUV122.8673.34173.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.07%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 26 (10.55% from 255) = 8.07%
R=58.07%
G=33.85%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871092600.420.860.2730.9375.5941.76
HexBB6D1A02A561B1f4c2a
Octal27315532052126333711452
Binary101110111101101110100101010101011011011111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D1A; }

 p { color: rgb(187,109,26); }

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

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

 a { background-color: rgb(187,109,26); }

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

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

 span { border-color: rgb(187,109,26); }

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