#B15765

Color #B15765 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B15765

Tints of Blush #B15765

Color information

#B15765 (or 0xB15765) is unknown color: approx Blush. HEX triplet: B1, 57 and 65. RGB value is (177,87,101). Sum of RGB (Red+Green+Blue) = 177+87+101=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B15765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15765 is #4EA89A. Grayscale: #737373. Windows color (decimal): -5154971 or 6641585. OLE color: 6641585.

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

Color convert

RGB17787101-
CMYK00.510.430.31
HSL350.67º36.59%51.76%-
HSV(B)350.67º50.85%69.41%-
XYZ23.8917.114.35-
YUV115.51119.82171.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=48.49%
G=23.84%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778710100.510.430.31350.6736.5951.76
HexB157650332B1F15f2534
Octal26112714506353375374564
Binary1011000110101111100101011001110101111111101011111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15765; }

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

 H1.HeaderClassName
 {
   color: #B15765;
 }
 .AnyTagClassName
 {
   color: #B15765;
 }
</style>
background-color css

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

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

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

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

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

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