#B05861

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

Shades of Blush #B05861

Tints of Blush #B05861

Color information

#B05861 (or 0xB05861) is unknown color: approx Blush. HEX triplet: B0, 58 and 61. RGB value is (176,88,97). Sum of RGB (Red+Green+Blue) = 176+88+97=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B05861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05861 is #4FA79E. Grayscale: #737373. Windows color (decimal): -5220255 or 6379696. OLE color: 6379696.

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

Color convert

RGB1768897-
CMYK00.500.450.31
HSL353.86º35.77%51.76%-
HSV(B)353.86º50%69.02%-
XYZ23.5517.0713.36-
YUV115.34117.65171.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=48.75%
G=24.38%
B=26.87%

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
Decimal176889700.500.450.31353.8635.7751.76
HexB058610322D1F1622434
Octal26013014106255375424464
Binary1011000010110001100001011001010110111111101100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05861; }

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

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

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

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

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

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

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

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