Html Css Color HEX #B15760 Blush

📋 copy color: '#B15760'

red 177 ◦ green 87 ◦ blue 96

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

Shades of Blush #B15760

Tints of Blush #B15760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.17%

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 49.17%
G = 24.17%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B15760 (or 0xB15760) is known color: Blush. HEX triplet: B1, 57 and 60. RGB value is (177,87,96). Sum of RGB (Red+Green+Blue) = 177+87+96=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B15760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15760 is #4EA89F. Grayscale: #727272. Windows color (decimal): -5154976 or 6313905. OLE color: 6313905.

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

Color convert

RGB 177 87 96 -
CMYK 0 0.51 0.46 0.31
HSL 354º 0.37% 0.52% -
HSV(B) 354º 0.51% 0.69% -
XYZ 23.65 17.01 13.1 -
YUV 114.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 177 87 96 0 0.51 0.46 0.31 354 0.37 0.52
Hex B1 57 60 0 33 2E 1F 162 25 34
Octal 261 127 140 0 63 56 37 542 45 64
Binary 10110001 1010111 1100000 0 110011 101110 11111 101100010 100101 110100

Color Harmonies of #B15760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15760

Black with #B15760

Text Example


Text Example

White with #B15760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15760; }

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

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

background-color css

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

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

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

border-color css

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

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

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