Html Css Color HEX #B55165 Blush

📋 copy color: '#B55165'

red 181 ◦ green 81 ◦ blue 101

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

Shades of Blush #B55165

Tints of Blush #B55165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.31%

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

R = 49.86%
G = 22.31%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B55165 (or 0xB55165) is known color: Blush. HEX triplet: B5, 51 and 65. RGB value is (181,81,101). Sum of RGB (Red+Green+Blue) = 181+81+101=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B55165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55165 is #4AAE9A. Grayscale: #717171. Windows color (decimal): -4894363 or 6640053. OLE color: 6640053.

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

Color convert

RGB 181 81 101 -
CMYK 0 0.55 0.44 0.29
HSL 348º 0.4% 0.51% -
HSV(B) 348º 0.55% 0.71% -
XYZ 24.35 16.65 14.24 -
YUV 113.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 181 81 101 0 0.55 0.44 0.29 348 0.4 0.51
Hex B5 51 65 0 37 2C 1D 15C 28 33
Octal 265 121 145 0 67 54 35 534 50 63
Binary 10110101 1010001 1100101 0 110111 101100 11101 101011100 101000 110011

Color Harmonies of #B55165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55165

Black with #B55165

Text Example


Text Example

White with #B55165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55165; }

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

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

background-color css

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

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

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

border-color css

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

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

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