#B45F61

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

Shades of Blush #B45F61

Tints of Blush #B45F61

Color information

#B45F61 (or 0xB45F61) is unknown color: approx Blush. HEX triplet: B4, 5F and 61. RGB value is (180,95,97). Sum of RGB (Red+Green+Blue) = 180+95+97=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45F61 is #4BA09E. Grayscale: #787878. Windows color (decimal): -4956319 or 6381492. OLE color: 6381492.

HSL color Cylindrical-coordinate representation of color #B45F61: hue angle of 358.59º 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 #B45F61 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1809597-
CMYK00.470.460.29
HSL358.59º36.17%53.92%-
HSV(B)358.59º47.22%70.59%-
XYZ25.0718.7513.61-
YUV120.64114.66170.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=48.39%
G=25.54%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180959700.470.460.29358.5936.1753.92
HexB45F6102F2E1D1672436
Octal26413714105756355474466
Binary1011010010111111100001010111110111011101101100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F61; }

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

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

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

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

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

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

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

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