Html Css Color HEX #B15764 Blush

📋 copy color: '#B15764'

red 177 ◦ green 87 ◦ blue 100

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

Shades of Blush #B15764

Tints of Blush #B15764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.47%

R = 48.63%
G = 23.9%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B15764 (or 0xB15764) is known color: Blush. HEX triplet: B1, 57 and 64. RGB value is (177,87,100). Sum of RGB (Red+Green+Blue) = 177+87+100=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B15764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15764 is #4EA89B. Grayscale: #737373. Windows color (decimal): -5154972 or 6576049. OLE color: 6576049.

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

Color convert

RGB 177 87 100 -
CMYK 0 0.51 0.44 0.31
HSL 351.33º 0.37% 0.52% -
HSV(B) 351.33º 0.51% 0.69% -
XYZ 23.84 17.08 14.1 -
YUV 115.39 119.32 171.94 -
System Red Green Blue C M Y K H S L
Decimal 177 87 100 0 0.51 0.44 0.31 351.33 0.37 0.52
Hex B1 57 64 0 33 2C 1F 15F 25 34
Octal 261 127 144 0 63 54 37 537 45 64
Binary 10110001 1010111 1100100 0 110011 101100 11111 101011111 100101 110100

Color Harmonies of #B15764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15764

Black with #B15764

Text Example


Text Example

White with #B15764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15764; }

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

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

background-color css

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

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

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

border-color css

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

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

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