#bb7644

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

Shades of Brandy Punch #BB7644

Tints of Brandy Punch #BB7644

Color information

#BB7644 (or 0xBB7644) is unknown color: approx Brandy Punch. HEX triplet: BB, 76 and 44. RGB value is (187,118,68). Sum of RGB (Red+Green+Blue) = 187+118+68=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7644 is #4489BB. Grayscale: #858585. Windows color (decimal): -4491708 or 4486843. OLE color: 4486843.

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

Color convert

RGB18711868-
CMYK00.370.640.27
HSL25.21º46.67%50%-
HSV(B)25.21º63.64%73.33%-
XYZ28.0223.948.61-
YUV132.9391.36166.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=50.13%
G=31.64%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871186800.370.640.2725.2146.6750
HexBB7644025401B192f32
Octal27316610404510033315762
Binary1011101111101101000100010010110000001101111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7644; }

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

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

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

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

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

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

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

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