#bb7c2b

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

Shades of Pirate Gold #BB7C2B

Tints of Pirate Gold #BB7C2B

Color information

#BB7C2B (or 0xBB7C2B) is unknown color: approx Pirate Gold. HEX triplet: BB, 7C and 2B. RGB value is (187,124,43). Sum of RGB (Red+Green+Blue) = 187+124+43=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C2B is #4483D4. Grayscale: #858585. Windows color (decimal): -4490197 or 2849979. OLE color: 2849979.

HSL color Cylindrical-coordinate representation of color #BB7C2B: hue angle of 33.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB7C2B is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18712443-
CMYK00.340.770.27
HSL33.75º62.61%45.1%-
HSV(B)33.75º77.01%73.33%-
XYZ28.1425.155.66-
YUV133.676.87166.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=52.82%
G=35.03%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871244300.340.770.2733.7562.6145.1
HexBB7C2B0224D1B223f2d
Octal2731745304211533427755
Binary1011101111111001010110100010100110111011100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7c2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7c2b; }

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

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

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

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

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

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

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

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