#B25365

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

Shades of Blush #B25365

Tints of Blush #B25365

Color information

#B25365 (or 0xB25365) is unknown color: approx Blush. HEX triplet: B2, 53 and 65. RGB value is (178,83,101). Sum of RGB (Red+Green+Blue) = 178+83+101=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B25365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25365 is #4DAC9A. Grayscale: #717171. Windows color (decimal): -5090459 or 6640562. OLE color: 6640562.

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

Color convert

RGB17883101-
CMYK00.530.430.30
HSL348.63º38.15%51.18%-
HSV(B)348.63º53.37%69.8%-
XYZ23.816.5914.26-
YUV113.46120.97174.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=49.17%
G=22.93%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788310100.530.430.30348.6338.1551.18
HexB253650352B1E15d2633
Octal26212314506553365354663
Binary1011001010100111100101011010110101111110101011101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25365; }

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

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

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

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

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

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

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

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