#b45b6a

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

Shades of Blush #B45B6A

Tints of Blush #B45B6A

Color information

#B45B6A (or 0xB45B6A) is unknown color: approx Blush. HEX triplet: B4, 5B and 6A. RGB value is (180,91,106). Sum of RGB (Red+Green+Blue) = 180+91+106=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45B6A is #4BA495. Grayscale: #777777. Windows color (decimal): -4957334 or 6970292. OLE color: 6970292.

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

Color convert

RGB18091106-
CMYK00.490.410.29
HSL349.89º37.24%53.14%-
HSV(B)349.89º49.44%70.59%-
XYZ25.1618.2315.83-
YUV119.32120.49171.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=47.75%
G=24.14%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809110600.490.410.29349.8937.2453.14
HexB45B6A031291D15e2535
Octal26413315206151355364565
Binary1011010010110111101010011000110100111101101011110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45b6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45b6a; }

 p { color: rgb(180,91,106); }

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

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

 a { background-color: rgb(180,91,106); }

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

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

 span { border-color: rgb(180,91,106); }

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