Html Css Color HEX #B16071 Blush

📋 copy color: '#B16071'

red 177 ◦ green 96 ◦ blue 113

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

Shades of Blush #B16071

Tints of Blush #B16071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

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

R = 45.85%
G = 24.87%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B16071 (or 0xB16071) is known color: Blush. HEX triplet: B1, 60 and 71. RGB value is (177,96,113). Sum of RGB (Red+Green+Blue) = 177+96+113=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B16071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16071 is #4E9F8E. Grayscale: #7A7A7A. Windows color (decimal): -5152655 or 7430321. OLE color: 7430321.

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

Color convert

RGB 177 96 113 -
CMYK 0 0.46 0.36 0.31
HSL 347.41º 0.34% 0.54% -
HSV(B) 347.41º 0.46% 0.69% -
XYZ 25.29 18.91 17.94 -
YUV 122.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 177 96 113 0 0.46 0.36 0.31 347.41 0.34 0.54
Hex B1 60 71 0 2E 24 1F 15B 22 36
Octal 261 140 161 0 56 44 37 533 42 66
Binary 10110001 1100000 1110001 0 101110 100100 11111 101011011 100010 110110

Color Harmonies of #B16071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16071

Black with #B16071

Text Example


Text Example

White with #B16071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16071; }

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

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

background-color css

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

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

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

border-color css

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

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

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