Html Css Color HEX #B16065 Blush

📋 copy color: '#B16065'

red 177 ◦ green 96 ◦ blue 101

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

Shades of Blush #B16065

Tints of Blush #B16065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 47.33%
G = 25.67%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B16065 (or 0xB16065) is known color: Blush. HEX triplet: B1, 60 and 65. RGB value is (177,96,101). Sum of RGB (Red+Green+Blue) = 177+96+101=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B16065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16065 is #4E9F9A. Grayscale: #787878. Windows color (decimal): -5152667 or 6643889. OLE color: 6643889.

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

Color convert

RGB 177 96 101 -
CMYK 0 0.46 0.43 0.31
HSL 356.3º 0.34% 0.54% -
HSV(B) 356.3º 0.46% 0.69% -
XYZ 24.66 18.65 14.61 -
YUV 120.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 177 96 101 0 0.46 0.43 0.31 356.3 0.34 0.54
Hex B1 60 65 0 2E 2B 1F 164 22 36
Octal 261 140 145 0 56 53 37 544 42 66
Binary 10110001 1100000 1100101 0 101110 101011 11111 101100100 100010 110110

Color Harmonies of #B16065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16065

Black with #B16065

Text Example


Text Example

White with #B16065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16065; }

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

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

background-color css

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

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

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

border-color css

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

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

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