#B15965

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

Shades of Blush #B15965

Tints of Blush #B15965

Color information

#B15965 (or 0xB15965) is unknown color: approx Blush. HEX triplet: B1, 59 and 65. RGB value is (177,89,101). Sum of RGB (Red+Green+Blue) = 177+89+101=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B15965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15965 is #4EA69A. Grayscale: #747474. Windows color (decimal): -5154459 or 6642097. OLE color: 6642097.

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

Color convert

RGB17789101-
CMYK00.500.430.31
HSL351.82º36.07%52.16%-
HSV(B)351.82º49.72%69.41%-
XYZ24.0517.4314.41-
YUV116.68119.15171.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 101 (39.84% from 255) = 27.52%
R=48.23%
G=24.25%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778910100.500.430.31351.8236.0752.16
HexB159650322B1F1602434
Octal26113114506253375404464
Binary1011000110110011100101011001010101111111101100000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15965; }

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

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

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

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

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

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

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

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