#BB8448

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

Shades of Brandy Punch #BB8448

Tints of Brandy Punch #BB8448

Color information

#BB8448 (or 0xBB8448) is unknown color: approx Brandy Punch. HEX triplet: BB, 84 and 48. RGB value is (187,132,72). Sum of RGB (Red+Green+Blue) = 187+132+72=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8448 is #447BB7. Grayscale: #8D8D8D. Windows color (decimal): -4488120 or 4752571. OLE color: 4752571.

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

Color convert

RGB18713272-
CMYK00.290.610.27
HSL31.3º45.82%50.78%-
HSV(B)31.3º61.5%73.33%-
XYZ29.9127.549.87-
YUV141.688.72160.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=47.83%
G=33.76%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871327200.290.610.2731.345.8250.78
HexBB844801D3D1B1f2e33
Octal2732041100357533375663
Binary101110111000010010010000111011111011101111111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8448; }

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

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

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

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

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

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

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

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