Html Css Color HEX #B55063 Blush

📋 copy color: '#B55063'

red 181 ◦ green 80 ◦ blue 99

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

Shades of Blush #B55063

Tints of Blush #B55063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.22%

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 50.28%
G = 22.22%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B55063 (or 0xB55063) is known color: Blush. HEX triplet: B5, 50 and 63. RGB value is (181,80,99). Sum of RGB (Red+Green+Blue) = 181+80+99=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B55063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55063 is #4AAF9C. Grayscale: #707070. Windows color (decimal): -4894621 or 6508725. OLE color: 6508725.

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

Color convert

RGB 181 80 99 -
CMYK 0 0.56 0.45 0.29
HSL 348.71º 0.41% 0.51% -
HSV(B) 348.71º 0.56% 0.71% -
XYZ 24.18 16.46 13.71 -
YUV 112.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 181 80 99 0 0.56 0.45 0.29 348.71 0.41 0.51
Hex B5 50 63 0 38 2D 1D 15D 29 33
Octal 265 120 143 0 70 55 35 535 51 63
Binary 10110101 1010000 1100011 0 111000 101101 11101 101011101 101001 110011

Color Harmonies of #B55063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55063

Black with #B55063

Text Example


Text Example

White with #B55063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55063; }

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

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

background-color css

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

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

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

border-color css

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

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

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