#BB7B51

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

Shades of Brandy Punch #BB7B51

Tints of Brandy Punch #BB7B51

Color information

#BB7B51 (or 0xBB7B51) is unknown color: approx Brandy Punch. HEX triplet: BB, 7B and 51. RGB value is (187,123,81). Sum of RGB (Red+Green+Blue) = 187+123+81=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B51 is #4484AE. Grayscale: #898989. Windows color (decimal): -4490415 or 5340091. OLE color: 5340091.

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

Color convert

RGB18712381-
CMYK00.340.570.27
HSL23.77º43.8%52.55%-
HSV(B)23.77º56.68%73.33%-
XYZ29.0625.3211.14-
YUV137.3596.2163.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=47.83%
G=31.46%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871238100.340.570.2723.7743.852.55
HexBB7B51022391B182c35
Octal2731731210427133305465
Binary101110111111011101000101000101110011101111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B51; }

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

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

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

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

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

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

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

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