#BB7E55

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

Shades of Brandy Punch #BB7E55

Tints of Brandy Punch #BB7E55

Color information

#BB7E55 (or 0xBB7E55) is unknown color: approx Brandy Punch. HEX triplet: BB, 7E and 55. RGB value is (187,126,85). Sum of RGB (Red+Green+Blue) = 187+126+85=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E55 is #4481AA. Grayscale: #8B8B8B. Windows color (decimal): -4489643 or 5603003. OLE color: 5603003.

HSL color Cylindrical-coordinate representation of color #BB7E55: hue angle of 24.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB7E55 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18712685-
CMYK00.330.550.27
HSL24.12º42.86%53.33%-
HSV(B)24.12º54.55%73.33%-
XYZ29.5926.1412.08-
YUV139.5697.21161.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=46.98%
G=31.66%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871268500.330.550.2724.1242.8653.33
HexBB7E55021371B182b35
Octal2731761250416733305365
Binary101110111111110101010101000011101111101111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E55; }

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

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

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

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

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

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

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

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