Html Css Color HEX #B16263 Blush

📋 copy color: '#B16263'

red 177 ◦ green 98 ◦ blue 99

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

Shades of Blush #B16263

Tints of Blush #B16263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.2%

 BLUE value IS 99 (39.06% from 255) = 26.47%

R = 47.33%
G = 26.2%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B16263 (or 0xB16263) is known color: Blush. HEX triplet: B1, 62 and 63. RGB value is (177,98,99). Sum of RGB (Red+Green+Blue) = 177+98+99=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B16263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16263 is #4E9D9C. Grayscale: #797979. Windows color (decimal): -5152157 or 6513329. OLE color: 6513329.

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

Color convert

RGB 177 98 99 -
CMYK 0 0.45 0.44 0.31
HSL 359.24º 0.34% 0.54% -
HSV(B) 359.24º 0.45% 0.69% -
XYZ 24.75 18.98 14.16 -
YUV 121.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 177 98 99 0 0.45 0.44 0.31 359.24 0.34 0.54
Hex B1 62 63 0 2D 2C 1F 167 22 36
Octal 261 142 143 0 55 54 37 547 42 66
Binary 10110001 1100010 1100011 0 101101 101100 11111 101100111 100010 110110

Color Harmonies of #B16263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16263

Black with #B16263

Text Example


Text Example

White with #B16263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16263; }

 p { color: rgb(177,98,99); }

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

background-color css

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

 a { background-color: rgb(177,98,99); }

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

border-color css

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

 span { border-color: rgb(177,98,99); }

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