Html Css Color HEX #B16063 Blush

📋 copy color: '#B16063'

red 177 ◦ green 96 ◦ blue 99

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

Shades of Blush #B16063

Tints of Blush #B16063

RGB

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

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

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

R = 47.58%
G = 25.81%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B16063 (or 0xB16063) is known color: Blush. HEX triplet: B1, 60 and 63. RGB value is (177,96,99). Sum of RGB (Red+Green+Blue) = 177+96+99=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B16063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16063 is #4E9F9C. Grayscale: #787878. Windows color (decimal): -5152669 or 6512817. OLE color: 6512817.

HSL color Cylindrical-coordinate representation of color #B16063: hue angle of 357.78º 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 #B16063 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 99 -
CMYK 0 0.46 0.44 0.31
HSL 357.78º 0.34% 0.54% -
HSV(B) 357.78º 0.46% 0.69% -
XYZ 24.57 18.61 14.1 -
YUV 120.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 177 96 99 0 0.46 0.44 0.31 357.78 0.34 0.54
Hex B1 60 63 0 2E 2C 1F 166 22 36
Octal 261 140 143 0 56 54 37 546 42 66
Binary 10110001 1100000 1100011 0 101110 101100 11111 101100110 100010 110110

Color Harmonies of #B16063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16063

Black with #B16063

Text Example


Text Example

White with #B16063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16063; }

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

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

background-color css

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

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

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

border-color css

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

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

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