#BB7C1A

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

Shades of Pirate Gold #BB7C1A

Tints of Pirate Gold #BB7C1A

Color information

#BB7C1A (or 0xBB7C1A) is unknown color: approx Pirate Gold. HEX triplet: BB, 7C and 1A. RGB value is (187,124,26). Sum of RGB (Red+Green+Blue) = 187+124+26=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C1A is #4483E5. Grayscale: #848484. Windows color (decimal): -4490214 or 1735867. OLE color: 1735867.

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

Color convert

RGB18712426-
CMYK00.340.860.27
HSL36.52º75.59%41.76%-
HSV(B)36.52º86.1%73.33%-
XYZ27.8925.054.34-
YUV131.6668.37167.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 26 (10.55% from 255) = 7.72%
R=55.49%
G=36.80%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871242600.340.860.2736.5275.5941.76
HexBB7C1A022561B254c2a
Octal27317432042126334511452
Binary1011101111111001101001000101010110110111001011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7C1A; }

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

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

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

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

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

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

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

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