Html Css Color HEX #B5575D Blush

📋 copy color: '#B5575D'

red 181 ◦ green 87 ◦ blue 93

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

Shades of Blush #B5575D

Tints of Blush #B5575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.1%

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

R = 50.14%
G = 24.1%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5575D (or 0xB5575D) is known color: Blush. HEX triplet: B5, 57 and 5D. RGB value is (181,87,93). Sum of RGB (Red+Green+Blue) = 181+87+93=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5575D is #4AA8A2. Grayscale: #737373. Windows color (decimal): -4892835 or 6117301. OLE color: 6117301.

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

Color convert

RGB 181 87 93 -
CMYK 0 0.52 0.49 0.29
HSL 356.17º 0.39% 0.53% -
HSV(B) 356.17º 0.52% 0.71% -
XYZ 24.44 17.43 12.43 -
YUV 115.79 115.14 174.51 -
System Red Green Blue C M Y K H S L
Decimal 181 87 93 0 0.52 0.49 0.29 356.17 0.39 0.53
Hex B5 57 5D 0 34 31 1D 164 27 35
Octal 265 127 135 0 64 61 35 544 47 65
Binary 10110101 1010111 1011101 0 110100 110001 11101 101100100 100111 110101

Color Harmonies of #B5575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5575D

Black with #B5575D

Text Example


Text Example

White with #B5575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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