#B25561

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

Shades of Blush #B25561

Tints of Blush #B25561

Color information

#B25561 (or 0xB25561) is unknown color: approx Blush. HEX triplet: B2, 55 and 61. RGB value is (178,85,97). Sum of RGB (Red+Green+Blue) = 178+85+97=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B25561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25561 is #4DAA9E. Grayscale: #727272. Windows color (decimal): -5089951 or 6378930. OLE color: 6378930.

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

Color convert

RGB1788597-
CMYK00.520.460.30
HSL352.26º37.65%51.57%-
HSV(B)352.26º52.25%69.8%-
XYZ23.7716.8313.3-
YUV114.17118.31173.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.44%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=49.44%
G=23.61%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178859700.520.460.30352.2637.6551.57
HexB255610342E1E1602634
Octal26212514106456365404664
Binary1011001010101011100001011010010111011110101100000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25561; }

 p { color: rgb(178,85,97); }

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

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

 a { background-color: rgb(178,85,97); }

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

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

 span { border-color: rgb(178,85,97); }

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