Html Css Color HEX #B1575F Blush

📋 copy color: '#B1575F'

red 177 ◦ green 87 ◦ blue 95

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

Shades of Blush #B1575F

Tints of Blush #B1575F

RGB

 RED value IS 177 (69.53% from 255) = 49.3%

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

 BLUE value IS 95 (37.5% from 255) = 26.46%

R = 49.3%
G = 24.23%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1575F (or 0xB1575F) is known color: Blush. HEX triplet: B1, 57 and 5F. RGB value is (177,87,95). Sum of RGB (Red+Green+Blue) = 177+87+95=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1575F is #4EA8A0. Grayscale: #727272. Windows color (decimal): -5154977 or 6248369. OLE color: 6248369.

HSL color Cylindrical-coordinate representation of color #B1575F: hue angle of 354.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1575F is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 87 95 -
CMYK 0 0.51 0.46 0.31
HSL 354.67º 0.37% 0.52% -
HSV(B) 354.67º 0.51% 0.69% -
XYZ 23.61 16.99 12.86 -
YUV 114.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 177 87 95 0 0.51 0.46 0.31 354.67 0.37 0.52
Hex B1 57 5F 0 33 2E 1F 163 25 34
Octal 261 127 137 0 63 56 37 543 45 64
Binary 10110001 1010111 1011111 0 110011 101110 11111 101100011 100101 110100

Color Harmonies of #B1575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1575F

Black with #B1575F

Text Example


Text Example

White with #B1575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1575F; }

 p { color: rgb(177,87,95); }

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

background-color css

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

 a { background-color: rgb(177,87,95); }

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

border-color css

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

 span { border-color: rgb(177,87,95); }

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