#BB7748

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

Shades of Brandy Punch #BB7748

Tints of Brandy Punch #BB7748

Color information

#BB7748 (or 0xBB7748) is unknown color: approx Brandy Punch. HEX triplet: BB, 77 and 48. RGB value is (187,119,72). Sum of RGB (Red+Green+Blue) = 187+119+72=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7748 is #4488B7. Grayscale: #868686. Windows color (decimal): -4491448 or 4749243. OLE color: 4749243.

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

Color convert

RGB18711972-
CMYK00.360.610.27
HSL24.52º45.82%50.78%-
HSV(B)24.52º61.5%73.33%-
XYZ28.2624.239.32-
YUV133.9793.03165.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 72 (28.52% from 255) = 19.05%
R=49.47%
G=31.48%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871197200.360.610.2724.5245.8250.78
HexBB77480243D1B192e33
Octal2731671100447533315663
Binary101110111110111100100001001001111011101111001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7748; }

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

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

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

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

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

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

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

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