#BB7640

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

Shades of Brandy Punch #BB7640

Tints of Brandy Punch #BB7640

Color information

#BB7640 (or 0xBB7640) is unknown color: approx Brandy Punch. HEX triplet: BB, 76 and 40. RGB value is (187,118,64). Sum of RGB (Red+Green+Blue) = 187+118+64=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7640 is #4489BF. Grayscale: #848484. Windows color (decimal): -4491712 or 4224699. OLE color: 4224699.

HSL color Cylindrical-coordinate representation of color #BB7640: hue angle of 26.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB7640 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18711864-
CMYK00.370.660.27
HSL26.34º49%49.22%-
HSV(B)26.34º65.78%73.33%-
XYZ27.923.897.99-
YUV132.4889.36166.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=50.68%
G=31.98%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871186400.370.660.2726.344949.22
HexBB7640025421B1a3131
Octal27316610004510233326161
Binary1011101111101101000000010010110000101101111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7640; }

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

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

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

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

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

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

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

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