#BB7746

Color #BB7746 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #BB7746

Tints of Brandy Punch #BB7746

Color information

#BB7746 (or 0xBB7746) is unknown color: approx Brandy Punch. HEX triplet: BB, 77 and 46. RGB value is (187,119,70). Sum of RGB (Red+Green+Blue) = 187+119+70=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7746 is #4488B9. Grayscale: #868686. Windows color (decimal): -4491450 or 4618171. OLE color: 4618171.

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

Color convert

RGB18711970-
CMYK00.360.630.27
HSL25.13º46.25%50.39%-
HSV(B)25.13º62.57%73.33%-
XYZ28.224.28.98-
YUV133.7592.03165.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 70 (27.73% from 255) = 18.62%
R=49.73%
G=31.65%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871197000.360.630.2725.1346.2550.39
HexBB77460243F1B192e32
Octal2731671060447733315662
Binary101110111110111100011001001001111111101111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7746; }

 p { color: rgb(187,119,70); }

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

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

 a { background-color: rgb(187,119,70); }

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

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

 span { border-color: rgb(187,119,70); }

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