#BB7E4C

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

Shades of Brandy Punch #BB7E4C

Tints of Brandy Punch #BB7E4C

Color information

#BB7E4C (or 0xBB7E4C) is unknown color: approx Brandy Punch. HEX triplet: BB, 7E and 4C. RGB value is (187,126,76). Sum of RGB (Red+Green+Blue) = 187+126+76=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E4C is #4481B3. Grayscale: #8A8A8A. Windows color (decimal): -4489652 or 5013179. OLE color: 5013179.

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

Color convert

RGB18712676-
CMYK00.330.590.27
HSL27.03º44.94%51.57%-
HSV(B)27.03º59.36%73.33%-
XYZ29.2626.0110.32-
YUV138.5492.71162.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 76 (30.08% from 255) = 19.54%
R=48.07%
G=32.39%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871267600.330.590.2727.0344.9451.57
HexBB7E4C0213B1B1b2d34
Octal2731761140417333335564
Binary101110111111110100110001000011110111101111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E4C; }

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

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

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

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

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

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

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

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