#B45167

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

Shades of Blush #B45167

Tints of Blush #B45167

Color information

#B45167 (or 0xB45167) is unknown color: approx Blush. HEX triplet: B4, 51 and 67. RGB value is (180,81,103). Sum of RGB (Red+Green+Blue) = 180+81+103=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B45167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45167 is #4BAE98. Grayscale: #717171. Windows color (decimal): -4959897 or 6771124. OLE color: 6771124.

HSL color Cylindrical-coordinate representation of color #B45167: hue angle of 346.67º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45167 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18081103-
CMYK00.550.430.29
HSL346.67º39.76%51.18%-
HSV(B)346.67º55%70.59%-
XYZ24.2116.5714.75-
YUV113.11122.3175.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=49.45%
G=22.25%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808110300.550.430.29346.6739.7651.18
HexB451670372B1D15b2833
Octal26412114706753355335063
Binary1011010010100011100111011011110101111101101011011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45167; }

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

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

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

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

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

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

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

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