Html Css Color HEX #B55463 Blush

📋 copy color: '#B55463'

red 181 ◦ green 84 ◦ blue 99

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

Shades of Blush #B55463

Tints of Blush #B55463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.08%

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

R = 49.73%
G = 23.08%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B55463 (or 0xB55463) is known color: Blush. HEX triplet: B5, 54 and 63. RGB value is (181,84,99). Sum of RGB (Red+Green+Blue) = 181+84+99=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B55463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55463 is #4AAB9C. Grayscale: #727272. Windows color (decimal): -4893597 or 6509749. OLE color: 6509749.

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

Color convert

RGB 181 84 99 -
CMYK 0 0.54 0.45 0.29
HSL 350.72º 0.4% 0.52% -
HSV(B) 350.72º 0.54% 0.71% -
XYZ 24.48 17.07 13.81 -
YUV 114.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 181 84 99 0 0.54 0.45 0.29 350.72 0.4 0.52
Hex B5 54 63 0 36 2D 1D 15F 28 34
Octal 265 124 143 0 66 55 35 537 50 64
Binary 10110101 1010100 1100011 0 110110 101101 11101 101011111 101000 110100

Color Harmonies of #B55463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55463

Black with #B55463

Text Example


Text Example

White with #B55463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55463; }

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

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

background-color css

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

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

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

border-color css

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

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

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