Html Css Color HEX #B15166 Blush

📋 copy color: '#B15166'

red 177 ◦ green 81 ◦ blue 102

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

Shades of Blush #B15166

Tints of Blush #B15166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 49.17%
G = 22.5%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B15166 (or 0xB15166) is known color: Blush. HEX triplet: B1, 51 and 66. RGB value is (177,81,102). Sum of RGB (Red+Green+Blue) = 177+81+102=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B15166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15166 is #4EAE99. Grayscale: #707070. Windows color (decimal): -5156506 or 6705585. OLE color: 6705585.

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

Color convert

RGB 177 81 102 -
CMYK 0 0.54 0.42 0.31
HSL 346.88º 0.38% 0.51% -
HSV(B) 346.88º 0.54% 0.69% -
XYZ 23.47 16.19 14.46 -
YUV 112.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 177 81 102 0 0.54 0.42 0.31 346.88 0.38 0.51
Hex B1 51 66 0 36 2A 1F 15B 26 33
Octal 261 121 146 0 66 52 37 533 46 63
Binary 10110001 1010001 1100110 0 110110 101010 11111 101011011 100110 110011

Color Harmonies of #B15166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15166

Black with #B15166

Text Example


Text Example

White with #B15166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15166; }

 p { color: rgb(177,81,102); }

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

background-color css

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

 a { background-color: rgb(177,81,102); }

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

border-color css

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

 span { border-color: rgb(177,81,102); }

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