#BB6C1A

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

Shades of Pirate Gold #BB6C1A

Tints of Pirate Gold #BB6C1A

Color information

#BB6C1A (or 0xBB6C1A) is unknown color: approx Pirate Gold. HEX triplet: BB, 6C and 1A. RGB value is (187,108,26). Sum of RGB (Red+Green+Blue) = 187+108+26=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C1A is #4493E5. Grayscale: #7A7A7A. Windows color (decimal): -4494310 or 1731771. OLE color: 1731771.

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

Color convert

RGB18710826-
CMYK00.420.860.27
HSL30.56º75.59%41.76%-
HSV(B)30.56º86.1%73.33%-
XYZ26.0421.363.73-
YUV122.2773.67174.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.26%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 26 (10.55% from 255) = 8.10%
R=58.26%
G=33.64%
B=8.10%

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
Decimal1871082600.420.860.2730.5675.5941.76
HexBB6C1A02A561B1f4c2a
Octal27315432052126333711452
Binary101110111101100110100101010101011011011111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C1A; }

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

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

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

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

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

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

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

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