#BB7B1A

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

Shades of Pirate Gold #BB7B1A

Tints of Pirate Gold #BB7B1A

Color information

#BB7B1A (or 0xBB7B1A) is unknown color: approx Pirate Gold. HEX triplet: BB, 7B and 1A. RGB value is (187,123,26). Sum of RGB (Red+Green+Blue) = 187+123+26=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B1A is #4484E5. Grayscale: #838383. Windows color (decimal): -4490470 or 1735611. OLE color: 1735611.

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

Color convert

RGB18712326-
CMYK00.340.860.27
HSL36.15º75.59%41.76%-
HSV(B)36.15º86.1%73.33%-
XYZ27.7624.814.3-
YUV131.0868.7167.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.65%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 26 (10.55% from 255) = 7.74%
R=55.65%
G=36.61%
B=7.74%

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
Decimal1871232600.340.860.2736.1575.5941.76
HexBB7B1A022561B244c2a
Octal27317332042126334411452
Binary1011101111110111101001000101010110110111001001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B1A; }

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

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

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

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

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

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

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

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