#B25F61

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

Shades of Blush #B25F61

Tints of Blush #B25F61

Color information

#B25F61 (or 0xB25F61) is unknown color: approx Blush. HEX triplet: B2, 5F and 61. RGB value is (178,95,97). Sum of RGB (Red+Green+Blue) = 178+95+97=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25F61 is #4DA09E. Grayscale: #787878. Windows color (decimal): -5087391 or 6381490. OLE color: 6381490.

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

Color convert

RGB1789597-
CMYK00.470.460.30
HSL358.55º35.02%53.53%-
HSV(B)358.55º46.63%69.8%-
XYZ24.6118.5113.59-
YUV120.04115169.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.11%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=48.11%
G=25.68%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178959700.470.460.30358.5535.0253.53
HexB25F6102F2E1E1672336
Octal26213714105756365474366
Binary1011001010111111100001010111110111011110101100111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25F61; }

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

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

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

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

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

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

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

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