Html Css Color HEX #B5576A Blush

📋 copy color: '#B5576A'

red 181 ◦ green 87 ◦ blue 106

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

Shades of Blush #B5576A

Tints of Blush #B5576A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.34%

R = 48.4%
G = 23.26%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5576A (or 0xB5576A) is known color: Blush. HEX triplet: B5, 57 and 6A. RGB value is (181,87,106). Sum of RGB (Red+Green+Blue) = 181+87+106=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5576A is #4AA895. Grayscale: #757575. Windows color (decimal): -4892822 or 6969269. OLE color: 6969269.

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

Color convert

RGB 181 87 106 -
CMYK 0 0.52 0.41 0.29
HSL 347.87º 0.39% 0.53% -
HSV(B) 347.87º 0.52% 0.71% -
XYZ 25.07 17.68 15.73 -
YUV 117.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 181 87 106 0 0.52 0.41 0.29 347.87 0.39 0.53
Hex B5 57 6A 0 34 29 1D 15C 27 35
Octal 265 127 152 0 64 51 35 534 47 65
Binary 10110101 1010111 1101010 0 110100 101001 11101 101011100 100111 110101

Color Harmonies of #B5576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5576A

Black with #B5576A

Text Example


Text Example

White with #B5576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5576A; }

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

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

background-color css

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

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

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

border-color css

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

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

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