Html Css Color HEX #B15161 Blush

📋 copy color: '#B15161'

red 177 ◦ green 81 ◦ blue 97

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

Shades of Blush #B15161

Tints of Blush #B15161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

 BLUE value IS 97 (38.28% from 255) = 27.32%

R = 49.86%
G = 22.82%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B15161 (or 0xB15161) is known color: Blush. HEX triplet: B1, 51 and 61. RGB value is (177,81,97). Sum of RGB (Red+Green+Blue) = 177+81+97=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B15161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15161 is #4EAE9E. Grayscale: #6F6F6F. Windows color (decimal): -5156511 or 6377905. OLE color: 6377905.

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

Color convert

RGB 177 81 97 -
CMYK 0 0.54 0.45 0.31
HSL 350º 0.38% 0.51% -
HSV(B) 350º 0.54% 0.69% -
XYZ 23.23 16.1 13.19 -
YUV 111.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 177 81 97 0 0.54 0.45 0.31 350 0.38 0.51
Hex B1 51 61 0 36 2D 1F 15E 26 33
Octal 261 121 141 0 66 55 37 536 46 63
Binary 10110001 1010001 1100001 0 110110 101101 11111 101011110 100110 110011

Color Harmonies of #B15161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15161

Black with #B15161

Text Example


Text Example

White with #B15161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15161; }

 p { color: rgb(177,81,97); }

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

background-color css

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

 a { background-color: rgb(177,81,97); }

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

border-color css

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

 span { border-color: rgb(177,81,97); }

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