#BB7E51

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

Shades of Brandy Punch #BB7E51

Tints of Brandy Punch #BB7E51

Color information

#BB7E51 (or 0xBB7E51) is unknown color: approx Brandy Punch. HEX triplet: BB, 7E and 51. RGB value is (187,126,81). Sum of RGB (Red+Green+Blue) = 187+126+81=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E51 is #4481AE. Grayscale: #8B8B8B. Windows color (decimal): -4489647 or 5340859. OLE color: 5340859.

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

Color convert

RGB18712681-
CMYK00.330.570.27
HSL25.47º43.8%52.55%-
HSV(B)25.47º56.68%73.33%-
XYZ29.4426.0811.27-
YUV139.1195.21162.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=47.46%
G=31.98%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871268100.330.570.2725.4743.852.55
HexBB7E51021391B192c35
Octal2731761210417133315465
Binary101110111111110101000101000011110011101111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E51; }

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

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

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

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

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

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

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

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