#B25267

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

Shades of Blush #B25267

Tints of Blush #B25267

Color information

#B25267 (or 0xB25267) is unknown color: approx Blush. HEX triplet: B2, 52 and 67. RGB value is (178,82,103). Sum of RGB (Red+Green+Blue) = 178+82+103=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B25267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25267 is #4DAD98. Grayscale: #717171. Windows color (decimal): -5090713 or 6771378. OLE color: 6771378.

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

Color convert

RGB17882103-
CMYK00.540.420.30
HSL346.88º38.4%50.98%-
HSV(B)346.88º53.93%69.8%-
XYZ23.8316.4814.76-
YUV113.1122.3174.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=49.04%
G=22.59%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788210300.540.420.30346.8838.450.98
HexB252670362A1E15b2633
Octal26212214706652365334663
Binary1011001010100101100111011011010101011110101011011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25267; }

 p { color: rgb(178,82,103); }

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

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

 a { background-color: rgb(178,82,103); }

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

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

 span { border-color: rgb(178,82,103); }

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