#BB7649

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

Shades of Brandy Punch #BB7649

Tints of Brandy Punch #BB7649

Color information

#BB7649 (or 0xBB7649) is unknown color: approx Brandy Punch. HEX triplet: BB, 76 and 49. RGB value is (187,118,73). Sum of RGB (Red+Green+Blue) = 187+118+73=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7649 is #4489B6. Grayscale: #858585. Windows color (decimal): -4491703 or 4814523. OLE color: 4814523.

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

Color convert

RGB18711873-
CMYK00.370.610.27
HSL23.68º45.6%50.98%-
HSV(B)23.68º60.96%73.33%-
XYZ28.17249.45-
YUV133.593.86166.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 73 (28.91% from 255) = 19.31%
R=49.47%
G=31.22%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871187300.370.610.2723.6845.650.98
HexBB76490253D1B182e33
Octal2731661110457533305663
Binary101110111110110100100101001011111011101111000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7649; }

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

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

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

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

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

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

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

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