#B15861

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

Shades of Blush #B15861

Tints of Blush #B15861

Color information

#B15861 (or 0xB15861) is unknown color: approx Blush. HEX triplet: B1, 58 and 61. RGB value is (177,88,97). Sum of RGB (Red+Green+Blue) = 177+88+97=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B15861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15861 is #4EA79E. Grayscale: #737373. Windows color (decimal): -5154719 or 6379697. OLE color: 6379697.

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

Color convert

RGB1778897-
CMYK00.500.450.31
HSL353.93º36.33%51.96%-
HSV(B)353.93º50.28%69.41%-
XYZ23.7817.1913.37-
YUV115.64117.49171.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=48.90%
G=24.31%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177889700.500.450.31353.9336.3351.96
HexB158610322D1F1622434
Octal26113014106255375424464
Binary1011000110110001100001011001010110111111101100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15861; }

 p { color: rgb(177,88,97); }

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

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

 a { background-color: rgb(177,88,97); }

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

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

 span { border-color: rgb(177,88,97); }

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