#B55068

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

Shades of Blush #B55068

Tints of Blush #B55068

Color information

#B55068 (or 0xB55068) is unknown color: approx Blush. HEX triplet: B5, 50 and 68. RGB value is (181,80,104). Sum of RGB (Red+Green+Blue) = 181+80+104=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B55068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55068 is #4AAF97. Grayscale: #707070. Windows color (decimal): -4894616 or 6836405. OLE color: 6836405.

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

Color convert

RGB18180104-
CMYK00.560.430.29
HSL345.74º40.56%51.18%-
HSV(B)345.74º55.8%70.98%-
XYZ24.4216.5615.01-
YUV112.93122.96176.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=49.59%
G=21.92%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818010400.560.430.29345.7440.5651.18
HexB550680382B1D15a2933
Octal26512015007053355325163
Binary1011010110100001101000011100010101111101101011010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55068; }

 p { color: rgb(181,80,104); }

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

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

 a { background-color: rgb(181,80,104); }

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

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

 span { border-color: rgb(181,80,104); }

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