#BB7444

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

Shades of Brandy Punch #BB7444

Tints of Brandy Punch #BB7444

Color information

#BB7444 (or 0xBB7444) is unknown color: approx Brandy Punch. HEX triplet: BB, 74 and 44. RGB value is (187,116,68). Sum of RGB (Red+Green+Blue) = 187+116+68=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7444 is #448BBB. Grayscale: #848484. Windows color (decimal): -4492220 or 4486331. OLE color: 4486331.

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

Color convert

RGB18711668-
CMYK00.380.640.27
HSL24.2º46.67%50%-
HSV(B)24.2º63.64%73.33%-
XYZ27.7823.478.54-
YUV131.7692.02167.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.40%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=50.40%
G=31.27%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871166800.380.640.2724.246.6750
HexBB7444026401B182f32
Octal27316410404610033305762
Binary1011101111101001000100010011010000001101111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7444; }

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

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

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

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

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

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

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

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