Html Css Color HEX #B1595D Blush

📋 copy color: '#B1595D'

red 177 ◦ green 89 ◦ blue 93

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

Shades of Blush #B1595D

Tints of Blush #B1595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.79%

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

R = 49.3%
G = 24.79%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1595D (or 0xB1595D) is known color: Blush. HEX triplet: B1, 59 and 5D. RGB value is (177,89,93). Sum of RGB (Red+Green+Blue) = 177+89+93=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1595D is #4EA6A2. Grayscale: #737373. Windows color (decimal): -5154467 or 6117809. OLE color: 6117809.

HSL color Cylindrical-coordinate representation of color #B1595D: hue angle of 357.27º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1595D is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 93 -
CMYK 0 0.50 0.47 0.31
HSL 357.27º 0.36% 0.52% -
HSV(B) 357.27º 0.5% 0.69% -
XYZ 23.68 17.28 12.44 -
YUV 115.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 177 89 93 0 0.50 0.47 0.31 357.27 0.36 0.52
Hex B1 59 5D 0 32 2F 1F 165 24 34
Octal 261 131 135 0 62 57 37 545 44 64
Binary 10110001 1011001 1011101 0 110010 101111 11111 101100101 100100 110100

Color Harmonies of #B1595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1595D

Black with #B1595D

Text Example


Text Example

White with #B1595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1595D; }

 p { color: rgb(177,89,93); }

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

background-color css

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

 a { background-color: rgb(177,89,93); }

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

border-color css

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

 span { border-color: rgb(177,89,93); }

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