#BB7244

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

Shades of Brandy Punch #BB7244

Tints of Brandy Punch #BB7244

Color information

#BB7244 (or 0xBB7244) is unknown color: approx Brandy Punch. HEX triplet: BB, 72 and 44. RGB value is (187,114,68). Sum of RGB (Red+Green+Blue) = 187+114+68=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7244 is #448DBB. Grayscale: #828282. Windows color (decimal): -4492732 or 4485819. OLE color: 4485819.

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

Color convert

RGB18711468-
CMYK00.390.640.27
HSL23.19º46.67%50%-
HSV(B)23.19º63.64%73.33%-
XYZ27.5523.028.46-
YUV130.5892.68168.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 68 (26.95% from 255) = 18.43%
R=50.68%
G=30.89%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871146800.390.640.2723.1946.6750
HexBB7244027401B172f32
Octal27316210404710033275762
Binary1011101111100101000100010011110000001101110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7244; }

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

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

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

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

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

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

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

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