#B05C62

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

Shades of Blush #B05C62

Tints of Blush #B05C62

Color information

#B05C62 (or 0xB05C62) is unknown color: approx Blush. HEX triplet: B0, 5C and 62. RGB value is (176,92,98). Sum of RGB (Red+Green+Blue) = 176+92+98=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C62 is #4FA39D. Grayscale: #757575. Windows color (decimal): -5219230 or 6446256. OLE color: 6446256.

HSL color Cylindrical-coordinate representation of color #B05C62: hue angle of 355.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05C62 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1769298-
CMYK00.480.440.31
HSL355.71º34.71%52.55%-
HSV(B)355.71º47.73%69.02%-
XYZ23.9417.7713.72-
YUV117.8116.83169.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=48.09%
G=25.14%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176929800.480.440.31355.7134.7152.55
HexB05C620302C1F1642335
Octal26013414206054375444365
Binary1011000010111001100010011000010110011111101100100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C62; }

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

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

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

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

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

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

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

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