Html Css Color HEX #B4575B Blush

📋 copy color: '#B4575B'

red 180 ◦ green 87 ◦ blue 91

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

Shades of Blush #B4575B

Tints of Blush #B4575B

RGB

 RED value IS 180 (70.7% from 255) = 50.28%

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

 BLUE value IS 91 (35.94% from 255) = 25.42%

R = 50.28%
G = 24.3%
B = 25.42%

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

#B4575B (or 0xB4575B) is known color: Blush. HEX triplet: B4, 57 and 5B. RGB value is (180,87,91). Sum of RGB (Red+Green+Blue) = 180+87+91=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4575B is #4BA8A4. Grayscale: #737373. Windows color (decimal): -4958373 or 5986228. OLE color: 5986228.

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

Color convert

RGB 180 87 91 -
CMYK 0 0.52 0.49 0.29
HSL 357.42º 0.38% 0.52% -
HSV(B) 357.42º 0.52% 0.71% -
XYZ 24.12 17.28 11.96 -
YUV 115.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 180 87 91 0 0.52 0.49 0.29 357.42 0.38 0.52
Hex B4 57 5B 0 34 31 1D 165 26 34
Octal 264 127 133 0 64 61 35 545 46 64
Binary 10110100 1010111 1011011 0 110100 110001 11101 101100101 100110 110100

Color Harmonies of #B4575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4575B

Black with #B4575B

Text Example


Text Example

White with #B4575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4575B; }

 p { color: rgb(180,87,91); }

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

background-color css

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

 a { background-color: rgb(180,87,91); }

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

border-color css

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

 span { border-color: rgb(180,87,91); }

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