#B2606C

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

Shades of Blush #B2606C

Tints of Blush #B2606C

Color information

#B2606C (or 0xB2606C) is unknown color: approx Blush. HEX triplet: B2, 60 and 6C. RGB value is (178,96,108). Sum of RGB (Red+Green+Blue) = 178+96+108=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2606C is #4D9F93. Grayscale: #797979. Windows color (decimal): -5087124 or 7102642. OLE color: 7102642.

HSL color Cylindrical-coordinate representation of color #B2606C: hue angle of 351.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2606C is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17896108-
CMYK00.460.390.30
HSL351.22º34.75%53.73%-
HSV(B)351.22º46.07%69.8%-
XYZ25.2518.9116.51-
YUV121.89120.17168.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=46.60%
G=25.13%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789610800.460.390.30351.2234.7553.73
HexB2606C02E271E15f2336
Octal26214015405647365374366
Binary1011001011000001101100010111010011111110101011111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2606C; }

 p { color: rgb(178,96,108); }

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

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

 a { background-color: rgb(178,96,108); }

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

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

 span { border-color: rgb(178,96,108); }

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