#B45967

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

Shades of Blush #B45967

Tints of Blush #B45967

Color information

#B45967 (or 0xB45967) is unknown color: approx Blush. HEX triplet: B4, 59 and 67. RGB value is (180,89,103). Sum of RGB (Red+Green+Blue) = 180+89+103=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B45967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45967 is #4BA698. Grayscale: #757575. Windows color (decimal): -4957849 or 6773172. OLE color: 6773172.

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

Color convert

RGB18089103-
CMYK00.510.430.29
HSL350.77º37.76%52.75%-
HSV(B)350.77º50.56%70.59%-
XYZ24.8417.8314.96-
YUV117.8119.65172.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 103 (40.62% from 255) = 27.69%
R=48.39%
G=23.92%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808910300.510.430.29350.7737.7652.75
HexB459670332B1D15f2635
Octal26413114706353355374665
Binary1011010010110011100111011001110101111101101011111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45967; }

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

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

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

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

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

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

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

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