#B2536B

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

Shades of Blush #B2536B

Tints of Blush #B2536B

Color information

#B2536B (or 0xB2536B) is unknown color: approx Blush. HEX triplet: B2, 53 and 6B. RGB value is (178,83,107). Sum of RGB (Red+Green+Blue) = 178+83+107=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2536B is #4DAC94. Grayscale: #727272. Windows color (decimal): -5090453 or 7033778. OLE color: 7033778.

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

Color convert

RGB17883107-
CMYK00.530.400.30
HSL344.84º38.15%51.18%-
HSV(B)344.84º53.37%69.8%-
XYZ24.1116.7115.87-
YUV114.14123.97173.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=48.37%
G=22.55%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788310700.530.400.30344.8438.1551.18
HexB2536B035281E1592633
Octal26212315306550365314663
Binary1011001010100111101011011010110100011110101011001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2536B; }

 p { color: rgb(178,83,107); }

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

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

 a { background-color: rgb(178,83,107); }

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

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

 span { border-color: rgb(178,83,107); }

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