Html Css Color HEX #B1606D Blush

📋 copy color: '#B1606D'

red 177 ◦ green 96 ◦ blue 109

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

Shades of Blush #B1606D

Tints of Blush #B1606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 46.34%
G = 25.13%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1606D (or 0xB1606D) is known color: Blush. HEX triplet: B1, 60 and 6D. RGB value is (177,96,109). Sum of RGB (Red+Green+Blue) = 177+96+109=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1606D is #4E9F92. Grayscale: #797979. Windows color (decimal): -5152659 or 7168177. OLE color: 7168177.

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

Color convert

RGB 177 96 109 -
CMYK 0 0.46 0.38 0.31
HSL 350.37º 0.34% 0.54% -
HSV(B) 350.37º 0.46% 0.69% -
XYZ 25.07 18.82 16.78 -
YUV 121.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 177 96 109 0 0.46 0.38 0.31 350.37 0.34 0.54
Hex B1 60 6D 0 2E 26 1F 15E 22 36
Octal 261 140 155 0 56 46 37 536 42 66
Binary 10110001 1100000 1101101 0 101110 100110 11111 101011110 100010 110110

Color Harmonies of #B1606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1606D

Black with #B1606D

Text Example


Text Example

White with #B1606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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