Html Css Color HEX #B15266 Blush

📋 copy color: '#B15266'

red 177 ◦ green 82 ◦ blue 102

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

Shades of Blush #B15266

Tints of Blush #B15266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

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

R = 49.03%
G = 22.71%
B = 28.25%

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

#B15266 (or 0xB15266) is known color: Blush. HEX triplet: B1, 52 and 66. RGB value is (177,82,102). Sum of RGB (Red+Green+Blue) = 177+82+102=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B15266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15266 is #4EAD99. Grayscale: #707070. Windows color (decimal): -5156250 or 6705841. OLE color: 6705841.

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

Color convert

RGB 177 82 102 -
CMYK 0 0.54 0.42 0.31
HSL 347.37º 0.38% 0.51% -
HSV(B) 347.37º 0.54% 0.69% -
XYZ 23.55 16.34 14.48 -
YUV 112.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 177 82 102 0 0.54 0.42 0.31 347.37 0.38 0.51
Hex B1 52 66 0 36 2A 1F 15B 26 33
Octal 261 122 146 0 66 52 37 533 46 63
Binary 10110001 1010010 1100110 0 110110 101010 11111 101011011 100110 110011

Color Harmonies of #B15266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15266

Black with #B15266

Text Example


Text Example

White with #B15266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15266; }

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

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

background-color css

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

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

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

border-color css

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

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

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