#B25D62

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

Shades of Blush #B25D62

Tints of Blush #B25D62

Color information

#B25D62 (or 0xB25D62) is unknown color: approx Blush. HEX triplet: B2, 5D and 62. RGB value is (178,93,98). Sum of RGB (Red+Green+Blue) = 178+93+98=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D62 is #4DA29D. Grayscale: #777777. Windows color (decimal): -5087902 or 6446514. OLE color: 6446514.

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

Color convert

RGB1789398-
CMYK00.480.450.30
HSL356.47º35.56%53.14%-
HSV(B)356.47º47.75%69.8%-
XYZ24.4818.1813.77-
YUV118.98116.16170.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=48.24%
G=25.20%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178939800.480.450.30356.4735.5653.14
HexB25D620302D1E1642435
Octal26213514206055365444465
Binary1011001010111011100010011000010110111110101100100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D62; }

 p { color: rgb(178,93,98); }

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

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

 a { background-color: rgb(178,93,98); }

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

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

 span { border-color: rgb(178,93,98); }

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