Html Css Color HEX #B55363 Blush

📋 copy color: '#B55363'

red 181 ◦ green 83 ◦ blue 99

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

Shades of Blush #B55363

Tints of Blush #B55363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.87%

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

R = 49.86%
G = 22.87%
B = 27.27%

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

#B55363 (or 0xB55363) is known color: Blush. HEX triplet: B5, 53 and 63. RGB value is (181,83,99). Sum of RGB (Red+Green+Blue) = 181+83+99=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B55363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55363 is #4AAC9C. Grayscale: #727272. Windows color (decimal): -4893853 or 6509493. OLE color: 6509493.

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

Color convert

RGB 181 83 99 -
CMYK 0 0.54 0.45 0.29
HSL 350.2º 0.4% 0.52% -
HSV(B) 350.2º 0.54% 0.71% -
XYZ 24.4 16.91 13.78 -
YUV 114.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 181 83 99 0 0.54 0.45 0.29 350.2 0.4 0.52
Hex B5 53 63 0 36 2D 1D 15E 28 34
Octal 265 123 143 0 66 55 35 536 50 64
Binary 10110101 1010011 1100011 0 110110 101101 11101 101011110 101000 110100

Color Harmonies of #B55363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55363

Black with #B55363

Text Example


Text Example

White with #B55363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55363; }

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

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

background-color css

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

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

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

border-color css

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

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

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