#BB691A

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

Shades of Pirate Gold #BB691A

Tints of Pirate Gold #BB691A

Color information

#BB691A (or 0xBB691A) is unknown color: approx Pirate Gold. HEX triplet: BB, 69 and 1A. RGB value is (187,105,26). Sum of RGB (Red+Green+Blue) = 187+105+26=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB691A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB691A is #4496E5. Grayscale: #787878. Windows color (decimal): -4495078 or 1731003. OLE color: 1731003.

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

Color convert

RGB18710526-
CMYK00.440.860.27
HSL29.44º75.59%41.76%-
HSV(B)29.44º86.1%73.33%-
XYZ25.7320.743.62-
YUV120.5174.67175.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.81%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 26 (10.55% from 255) = 8.18%
R=58.81%
G=33.02%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871052600.440.860.2729.4475.5941.76
HexBB691A02C561B1d4c2a
Octal27315132054126333511452
Binary101110111101001110100101100101011011011111011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB691A; }

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

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

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

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

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

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

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

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