#B45F64

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

Shades of Blush #B45F64

Tints of Blush #B45F64

Color information

#B45F64 (or 0xB45F64) is unknown color: approx Blush. HEX triplet: B4, 5F and 64. RGB value is (180,95,100). Sum of RGB (Red+Green+Blue) = 180+95+100=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45F64 is #4BA09B. Grayscale: #797979. Windows color (decimal): -4956316 or 6578100. OLE color: 6578100.

HSL color Cylindrical-coordinate representation of color #B45F64: hue angle of 356.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B45F64 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18095100-
CMYK00.470.440.29
HSL356.47º36.17%53.92%-
HSV(B)356.47º47.22%70.59%-
XYZ25.2118.8114.36-
YUV120.98116.16170.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=48%
G=25.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809510000.470.440.29356.4736.1753.92
HexB45F6402F2C1D1642436
Octal26413714405754355444466
Binary1011010010111111100100010111110110011101101100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F64; }

 p { color: rgb(180,95,100); }

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

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

 a { background-color: rgb(180,95,100); }

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

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

 span { border-color: rgb(180,95,100); }

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