#BB7E4D

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

Shades of Brandy Punch #BB7E4D

Tints of Brandy Punch #BB7E4D

Color information

#BB7E4D (or 0xBB7E4D) is unknown color: approx Brandy Punch. HEX triplet: BB, 7E and 4D. RGB value is (187,126,77). Sum of RGB (Red+Green+Blue) = 187+126+77=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E4D is #4481B2. Grayscale: #8A8A8A. Windows color (decimal): -4489651 or 5078715. OLE color: 5078715.

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

Color convert

RGB18712677-
CMYK00.330.590.27
HSL26.73º44.72%51.76%-
HSV(B)26.73º58.82%73.33%-
XYZ29.2926.0210.5-
YUV138.6593.21162.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 77 (30.47% from 255) = 19.74%
R=47.95%
G=32.31%
B=19.74%

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
Decimal1871267700.330.590.2726.7344.7251.76
HexBB7E4D0213B1B1b2d34
Octal2731761150417333335564
Binary101110111111110100110101000011110111101111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E4D; }

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

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

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

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

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

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

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

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