Html Css Color HEX #B16064 Blush

📋 copy color: '#B16064'

red 177 ◦ green 96 ◦ blue 100

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

Shades of Blush #B16064

Tints of Blush #B16064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.81%

R = 47.45%
G = 25.74%
B = 26.81%

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

#B16064 (or 0xB16064) is known color: Blush. HEX triplet: B1, 60 and 64. RGB value is (177,96,100). Sum of RGB (Red+Green+Blue) = 177+96+100=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B16064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16064 is #4E9F9B. Grayscale: #787878. Windows color (decimal): -5152668 or 6578353. OLE color: 6578353.

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

Color convert

RGB 177 96 100 -
CMYK 0 0.46 0.44 0.31
HSL 357.04º 0.34% 0.54% -
HSV(B) 357.04º 0.46% 0.69% -
XYZ 24.61 18.63 14.36 -
YUV 120.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 177 96 100 0 0.46 0.44 0.31 357.04 0.34 0.54
Hex B1 60 64 0 2E 2C 1F 165 22 36
Octal 261 140 144 0 56 54 37 545 42 66
Binary 10110001 1100000 1100100 0 101110 101100 11111 101100101 100010 110110

Color Harmonies of #B16064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16064

Black with #B16064

Text Example


Text Example

White with #B16064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16064; }

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

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

background-color css

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

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

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

border-color css

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

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

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