Html Css Color HEX #B15D71 Blush

📋 copy color: '#B15D71'

red 177 ◦ green 93 ◦ blue 113

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

Shades of Blush #B15D71

Tints of Blush #B15D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.28%

 BLUE value IS 113 (44.53% from 255) = 29.5%

R = 46.21%
G = 24.28%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B15D71 (or 0xB15D71) is known color: Blush. HEX triplet: B1, 5D and 71. RGB value is (177,93,113). Sum of RGB (Red+Green+Blue) = 177+93+113=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D71 is #4EA28E. Grayscale: #787878. Windows color (decimal): -5153423 or 7429553. OLE color: 7429553.

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

Color convert

RGB 177 93 113 -
CMYK 0 0.47 0.36 0.31
HSL 345.71º 0.35% 0.53% -
HSV(B) 345.71º 0.47% 0.69% -
XYZ 25.03 18.37 17.85 -
YUV 120.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 177 93 113 0 0.47 0.36 0.31 345.71 0.35 0.53
Hex B1 5D 71 0 2F 24 1F 15A 23 35
Octal 261 135 161 0 57 44 37 532 43 65
Binary 10110001 1011101 1110001 0 101111 100100 11111 101011010 100011 110101

Color Harmonies of #B15D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15D71

Black with #B15D71

Text Example


Text Example

White with #B15D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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