#B05862

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

Shades of Blush #B05862

Tints of Blush #B05862

Color information

#B05862 (or 0xB05862) is unknown color: approx Blush. HEX triplet: B0, 58 and 62. RGB value is (176,88,98). Sum of RGB (Red+Green+Blue) = 176+88+98=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B05862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05862 is #4FA79D. Grayscale: #737373. Windows color (decimal): -5220254 or 6445232. OLE color: 6445232.

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

Color convert

RGB1768898-
CMYK00.500.440.31
HSL353.18º35.77%51.76%-
HSV(B)353.18º50%69.02%-
XYZ23.617.0913.61-
YUV115.45118.15171.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 98 (38.67% from 255) = 27.07%
R=48.62%
G=24.31%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176889800.500.440.31353.1835.7751.76
HexB058620322C1F1612434
Octal26013014206254375414464
Binary1011000010110001100010011001010110011111101100001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05862; }

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

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

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

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

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

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

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

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