Html Css Color HEX #B55565 Blush

📋 copy color: '#B55565'

red 181 ◦ green 85 ◦ blue 101

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

Shades of Blush #B55565

Tints of Blush #B55565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 49.32%
G = 23.16%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B55565 (or 0xB55565) is known color: Blush. HEX triplet: B5, 55 and 65. RGB value is (181,85,101). Sum of RGB (Red+Green+Blue) = 181+85+101=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B55565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55565 is #4AAA9A. Grayscale: #737373. Windows color (decimal): -4893339 or 6641077. OLE color: 6641077.

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

Color convert

RGB 181 85 101 -
CMYK 0 0.53 0.44 0.29
HSL 350º 0.39% 0.52% -
HSV(B) 350º 0.53% 0.71% -
XYZ 24.65 17.26 14.34 -
YUV 115.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 181 85 101 0 0.53 0.44 0.29 350 0.39 0.52
Hex B5 55 65 0 35 2C 1D 15E 27 34
Octal 265 125 145 0 65 54 35 536 47 64
Binary 10110101 1010101 1100101 0 110101 101100 11101 101011110 100111 110100

Color Harmonies of #B55565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55565

Black with #B55565

Text Example


Text Example

White with #B55565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55565; }

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

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

background-color css

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

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

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

border-color css

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

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

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