#B25D69

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

Shades of Blush #B25D69

Tints of Blush #B25D69

Color information

#B25D69 (or 0xB25D69) is unknown color: approx Blush. HEX triplet: B2, 5D and 69. RGB value is (178,93,105). Sum of RGB (Red+Green+Blue) = 178+93+105=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D69 is #4DA296. Grayscale: #777777. Windows color (decimal): -5087895 or 6905266. OLE color: 6905266.

HSL color Cylindrical-coordinate representation of color #B25D69: hue angle of 351.53º 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 #B25D69 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB17893105-
CMYK00.480.410.30
HSL351.53º35.56%53.14%-
HSV(B)351.53º47.75%69.8%-
XYZ24.8218.3115.59-
YUV119.78119.66169.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 93 (36.72% from 255) = 24.73%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=47.34%
G=24.73%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789310500.480.410.30351.5335.5653.14
HexB25D69030291E1602435
Octal26213515106051365404465
Binary1011001010111011101001011000010100111110101100000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D69; }

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

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

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

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

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

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

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

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