#BB7648

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

Shades of Brandy Punch #BB7648

Tints of Brandy Punch #BB7648

Color information

#BB7648 (or 0xBB7648) is unknown color: approx Brandy Punch. HEX triplet: BB, 76 and 48. RGB value is (187,118,72). Sum of RGB (Red+Green+Blue) = 187+118+72=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7648 is #4489B7. Grayscale: #858585. Windows color (decimal): -4491704 or 4748987. OLE color: 4748987.

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

Color convert

RGB18711872-
CMYK00.370.610.27
HSL24º45.82%50.78%-
HSV(B)24º61.5%73.33%-
XYZ28.1423.999.28-
YUV133.3993.36166.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=49.60%
G=31.30%
B=19.10%

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
Decimal1871187200.370.610.272445.8250.78
HexBB76480253D1B182e33
Octal2731661100457533305663
Binary101110111110110100100001001011111011101111000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7648; }

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

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

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

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

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

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

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

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