Html Css Color HEX #B55564 Blush

📋 copy color: '#B55564'

red 181 ◦ green 85 ◦ blue 100

#B55564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #B55564

Tints of Blush #B55564

RGB

 RED value IS 181 (71.09% from 255) = 49.45%

 GREEN value IS 85 (33.59% from 255) = 23.22%

 BLUE value IS 100 (39.45% from 255) = 27.32%

R = 49.45%
G = 23.22%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B55564 (or 0xB55564) is known color: Blush. HEX triplet: B5, 55 and 64. RGB value is (181,85,100). Sum of RGB (Red+Green+Blue) = 181+85+100=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B55564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55564 is #4AAA9B. Grayscale: #737373. Windows color (decimal): -4893340 or 6575541. OLE color: 6575541.

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

Color convert

RGB 181 85 100 -
CMYK 0 0.53 0.45 0.29
HSL 350.63º 0.39% 0.52% -
HSV(B) 350.63º 0.53% 0.71% -
XYZ 24.6 17.24 14.09 -
YUV 115.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 181 85 100 0 0.53 0.45 0.29 350.63 0.39 0.52
Hex B5 55 64 0 35 2D 1D 15F 27 34
Octal 265 125 144 0 65 55 35 537 47 64
Binary 10110101 1010101 1100100 0 110101 101101 11101 101011111 100111 110100

Color Harmonies of #B55564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55564

Black with #B55564

Text Example


Text Example

White with #B55564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55564; }

 p { color: rgb(181,85,100); }

 H1.HeaderClassName
 {
   color: #B55564;
 }
 .AnyTagClassName
 {
   color: #B55564;
 }
</style>

background-color css

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

 a { background-color: rgb(181,85,100); }

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

border-color css

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

 span { border-color: rgb(181,85,100); }

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