#BB7E49

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

Shades of Brandy Punch #BB7E49

Tints of Brandy Punch #BB7E49

Color information

#BB7E49 (or 0xBB7E49) is unknown color: approx Brandy Punch. HEX triplet: BB, 7E and 49. RGB value is (187,126,73). Sum of RGB (Red+Green+Blue) = 187+126+73=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E49 is #4481B6. Grayscale: #8A8A8A. Windows color (decimal): -4489655 or 4816571. OLE color: 4816571.

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

Color convert

RGB18712673-
CMYK00.330.610.27
HSL27.89º45.6%50.98%-
HSV(B)27.89º60.96%73.33%-
XYZ29.1625.979.78-
YUV138.291.21162.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 73 (28.91% from 255) = 18.91%
R=48.45%
G=32.64%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871267300.330.610.2727.8945.650.98
HexBB7E490213D1B1c2e33
Octal2731761110417533345663
Binary101110111111110100100101000011111011101111100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E49; }

 p { color: rgb(187,126,73); }

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

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

 a { background-color: rgb(187,126,73); }

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

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

 span { border-color: rgb(187,126,73); }

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