#BB7952

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

Shades of Brandy Punch #BB7952

Tints of Brandy Punch #BB7952

Color information

#BB7952 (or 0xBB7952) is unknown color: approx Brandy Punch. HEX triplet: BB, 79 and 52. RGB value is (187,121,82). Sum of RGB (Red+Green+Blue) = 187+121+82=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7952 is #4486AD. Grayscale: #888888. Windows color (decimal): -4490926 or 5405115. OLE color: 5405115.

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

Color convert

RGB18712182-
CMYK00.350.560.27
HSL22.29º43.57%52.75%-
HSV(B)22.29º56.15%73.33%-
XYZ28.8524.8511.26-
YUV136.2997.37164.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=47.95%
G=31.03%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871218200.350.560.2722.2943.5752.75
HexBB7952023381B162c35
Octal2731711220437033265465
Binary101110111111001101001001000111110001101110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7952; }

 p { color: rgb(187,121,82); }

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

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

 a { background-color: rgb(187,121,82); }

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

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

 span { border-color: rgb(187,121,82); }

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