#B2526C

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

Shades of Blush #B2526C

Tints of Blush #B2526C

Color information

#B2526C (or 0xB2526C) is unknown color: approx Blush. HEX triplet: B2, 52 and 6C. RGB value is (178,82,108). Sum of RGB (Red+Green+Blue) = 178+82+108=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2526C is #4DAD93. Grayscale: #717171. Windows color (decimal): -5090708 or 7099058. OLE color: 7099058.

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

Color convert

RGB17882108-
CMYK00.540.390.30
HSL343.75º38.4%50.98%-
HSV(B)343.75º53.93%69.8%-
XYZ24.0816.5816.12-
YUV113.67124.8173.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=48.37%
G=22.28%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788210800.540.390.30343.7538.450.98
HexB2526C036271E1582633
Octal26212215406647365304663
Binary1011001010100101101100011011010011111110101011000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2526C; }

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

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

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

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

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

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

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

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