Html Css Color HEX #B55C5D Blush

📋 copy color: '#B55C5D'

red 181 ◦ green 92 ◦ blue 93

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

Shades of Blush #B55C5D

Tints of Blush #B55C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.14%

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 49.45%
G = 25.14%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B55C5D (or 0xB55C5D) is known color: Blush. HEX triplet: B5, 5C and 5D. RGB value is (181,92,93). Sum of RGB (Red+Green+Blue) = 181+92+93=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C5D is #4AA3A2. Grayscale: #767676. Windows color (decimal): -4891555 or 6118581. OLE color: 6118581.

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

Color convert

RGB 181 92 93 -
CMYK 0 0.49 0.49 0.29
HSL 359.33º 0.38% 0.54% -
HSV(B) 359.33º 0.49% 0.71% -
XYZ 24.86 18.27 12.57 -
YUV 118.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 181 92 93 0 0.49 0.49 0.29 359.33 0.38 0.54
Hex B5 5C 5D 0 31 31 1D 167 26 36
Octal 265 134 135 0 61 61 35 547 46 66
Binary 10110101 1011100 1011101 0 110001 110001 11101 101100111 100110 110110

Color Harmonies of #B55C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C5D

Black with #B55C5D

Text Example


Text Example

White with #B55C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C5D; }

 p { color: rgb(181,92,93); }

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

background-color css

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

 a { background-color: rgb(181,92,93); }

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

border-color css

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

 span { border-color: rgb(181,92,93); }

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