Html Css Color HEX #B55D65 Blush

📋 copy color: '#B55D65'

red 181 ◦ green 93 ◦ blue 101

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

Shades of Blush #B55D65

Tints of Blush #B55D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

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

R = 48.27%
G = 24.8%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B55D65 (or 0xB55D65) is known color: Blush. HEX triplet: B5, 5D and 65. RGB value is (181,93,101). Sum of RGB (Red+Green+Blue) = 181+93+101=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D65 is #4AA29A. Grayscale: #787878. Windows color (decimal): -4891291 or 6643125. OLE color: 6643125.

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

Color convert

RGB 181 93 101 -
CMYK 0 0.49 0.44 0.29
HSL 354.55º 0.37% 0.54% -
HSV(B) 354.55º 0.49% 0.71% -
XYZ 25.32 18.59 14.57 -
YUV 120.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 181 93 101 0 0.49 0.44 0.29 354.55 0.37 0.54
Hex B5 5D 65 0 31 2C 1D 163 25 36
Octal 265 135 145 0 61 54 35 543 45 66
Binary 10110101 1011101 1100101 0 110001 101100 11101 101100011 100101 110110

Color Harmonies of #B55D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D65

Black with #B55D65

Text Example


Text Example

White with #B55D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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