#BB8048

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

Shades of Brandy Punch #BB8048

Tints of Brandy Punch #BB8048

Color information

#BB8048 (or 0xBB8048) is unknown color: approx Brandy Punch. HEX triplet: BB, 80 and 48. RGB value is (187,128,72). Sum of RGB (Red+Green+Blue) = 187+128+72=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8048 is #447FB7. Grayscale: #8B8B8B. Windows color (decimal): -4489144 or 4751547. OLE color: 4751547.

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

Color convert

RGB18712872-
CMYK00.320.610.27
HSL29.22º45.82%50.78%-
HSV(B)29.22º61.5%73.33%-
XYZ29.3826.479.69-
YUV139.2690.05162.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=48.32%
G=33.07%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871287200.320.610.2729.2245.8250.78
HexBB80480203D1B1d2e33
Octal2732001100407533355663
Binary1011101110000000100100001000001111011101111101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8048; }

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

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

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

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

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

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

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

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