#B45668

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

Shades of Blush #B45668

Tints of Blush #B45668

Color information

#B45668 (or 0xB45668) is unknown color: approx Blush. HEX triplet: B4, 56 and 68. RGB value is (180,86,104). Sum of RGB (Red+Green+Blue) = 180+86+104=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B45668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45668 is #4BA997. Grayscale: #747474. Windows color (decimal): -4958616 or 6837940. OLE color: 6837940.

HSL color Cylindrical-coordinate representation of color #B45668: hue angle of 348.51º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45668 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18086104-
CMYK00.520.420.29
HSL348.51º38.52%52.16%-
HSV(B)348.51º52.22%70.59%-
XYZ24.6517.3615.15-
YUV116.16121.14173.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=48.65%
G=23.24%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808610400.520.420.29348.5138.5252.16
HexB456680342A1D15d2734
Octal26412615006452355354764
Binary1011010010101101101000011010010101011101101011101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45668; }

 p { color: rgb(180,86,104); }

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

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

 a { background-color: rgb(180,86,104); }

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

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

 span { border-color: rgb(180,86,104); }

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