#BB7C4C

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

Shades of Brandy Punch #BB7C4C

Tints of Brandy Punch #BB7C4C

Color information

#BB7C4C (or 0xBB7C4C) is unknown color: approx Brandy Punch. HEX triplet: BB, 7C and 4C. RGB value is (187,124,76). Sum of RGB (Red+Green+Blue) = 187+124+76=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C4C is #4483B3. Grayscale: #898989. Windows color (decimal): -4490164 or 5012667. OLE color: 5012667.

HSL color Cylindrical-coordinate representation of color #BB7C4C: hue angle of 25.95º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB7C4C is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18712476-
CMYK00.340.590.27
HSL25.95º44.94%51.57%-
HSV(B)25.95º59.36%73.33%-
XYZ29.0125.510.23-
YUV137.3693.37163.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 76 (30.08% from 255) = 19.64%
R=48.32%
G=32.04%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871247600.340.590.2725.9544.9451.57
HexBB7C4C0223B1B1a2d34
Octal2731741140427333325564
Binary101110111111100100110001000101110111101111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7C4C; }

 p { color: rgb(187,124,76); }

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

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

 a { background-color: rgb(187,124,76); }

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

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

 span { border-color: rgb(187,124,76); }

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