Html Css Color HEX #B15966 Blush

📋 copy color: '#B15966'

red 177 ◦ green 89 ◦ blue 102

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

Shades of Blush #B15966

Tints of Blush #B15966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.18%

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

R = 48.1%
G = 24.18%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B15966 (or 0xB15966) is known color: Blush. HEX triplet: B1, 59 and 66. RGB value is (177,89,102). Sum of RGB (Red+Green+Blue) = 177+89+102=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B15966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15966 is #4EA699. Grayscale: #747474. Windows color (decimal): -5154458 or 6707633. OLE color: 6707633.

HSL color Cylindrical-coordinate representation of color #B15966: hue angle of 351.14º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15966 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 102 -
CMYK 0 0.50 0.42 0.31
HSL 351.14º 0.36% 0.52% -
HSV(B) 351.14º 0.5% 0.69% -
XYZ 24.1 17.45 14.67 -
YUV 116.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 177 89 102 0 0.50 0.42 0.31 351.14 0.36 0.52
Hex B1 59 66 0 32 2A 1F 15F 24 34
Octal 261 131 146 0 62 52 37 537 44 64
Binary 10110001 1011001 1100110 0 110010 101010 11111 101011111 100100 110100

Color Harmonies of #B15966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15966

Black with #B15966

Text Example


Text Example

White with #B15966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15966; }

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

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

background-color css

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

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

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

border-color css

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

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

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