#B25167

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

Shades of Blush #B25167

Tints of Blush #B25167

Color information

#B25167 (or 0xB25167) is unknown color: approx Blush. HEX triplet: B2, 51 and 67. RGB value is (178,81,103). Sum of RGB (Red+Green+Blue) = 178+81+103=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B25167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25167 is #4DAE98. Grayscale: #707070. Windows color (decimal): -5090969 or 6771122. OLE color: 6771122.

HSL color Cylindrical-coordinate representation of color #B25167: hue angle of 346.39º degrees, saturation: 0.39, 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 #B25167 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17881103-
CMYK00.540.420.30
HSL346.39º38.65%50.78%-
HSV(B)346.39º54.49%69.8%-
XYZ23.7516.3314.73-
YUV112.51122.64174.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 81 (32.03% from 255) = 22.38%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=49.17%
G=22.38%
B=28.45%

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
Decimal1788110300.540.420.30346.3938.6550.78
HexB251670362A1E15a2733
Octal26212114706652365324763
Binary1011001010100011100111011011010101011110101011010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25167; }

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

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

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

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

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

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

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

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