#BB7A52

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

Shades of Brandy Punch #BB7A52

Tints of Brandy Punch #BB7A52

Color information

#BB7A52 (or 0xBB7A52) is unknown color: approx Brandy Punch. HEX triplet: BB, 7A and 52. RGB value is (187,122,82). Sum of RGB (Red+Green+Blue) = 187+122+82=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A52 is #4485AD. Grayscale: #898989. Windows color (decimal): -4490670 or 5405371. OLE color: 5405371.

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

Color convert

RGB18712282-
CMYK00.350.560.27
HSL22.86º43.57%52.75%-
HSV(B)22.86º56.15%73.33%-
XYZ28.9825.0911.3-
YUV136.8897.03163.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=47.83%
G=31.20%
B=20.97%

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
Decimal1871228200.350.560.2722.8643.5752.75
HexBB7A52023381B172c35
Octal2731721220437033275465
Binary101110111111010101001001000111110001101110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A52; }

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

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

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

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

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

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

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

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