#B45F67

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

Shades of Blush #B45F67

Tints of Blush #B45F67

Color information

#B45F67 (or 0xB45F67) is unknown color: approx Blush. HEX triplet: B4, 5F and 67. RGB value is (180,95,103). Sum of RGB (Red+Green+Blue) = 180+95+103=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45F67 is #4BA098. Grayscale: #797979. Windows color (decimal): -4956313 or 6774708. OLE color: 6774708.

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

Color convert

RGB18095103-
CMYK00.470.430.29
HSL354.35º36.17%53.92%-
HSV(B)354.35º47.22%70.59%-
XYZ25.3618.8715.14-
YUV121.33117.66169.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 103 (40.62% from 255) = 27.25%
R=47.62%
G=25.13%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809510300.470.430.29354.3536.1753.92
HexB45F6702F2B1D1622436
Octal26413714705753355424466
Binary1011010010111111100111010111110101111101101100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F67; }

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

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

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

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

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

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

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

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