#B05766

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

Shades of Blush #B05766

Tints of Blush #B05766

Color information

#B05766 (or 0xB05766) is unknown color: approx Blush. HEX triplet: B0, 57 and 66. RGB value is (176,87,102). Sum of RGB (Red+Green+Blue) = 176+87+102=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B05766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05766 is #4FA899. Grayscale: #737373. Windows color (decimal): -5220506 or 6707120. OLE color: 6707120.

HSL color Cylindrical-coordinate representation of color #B05766: hue angle of 349.89º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05766 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17687102-
CMYK00.510.420.31
HSL349.89º36.03%51.57%-
HSV(B)349.89º50.57%69.02%-
XYZ23.7117.0114.6-
YUV115.32120.49171.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=48.22%
G=23.84%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768710200.510.420.31349.8936.0351.57
HexB057660332A1F15e2434
Octal26012714606352375364464
Binary1011000010101111100110011001110101011111101011110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05766; }

 p { color: rgb(176,87,102); }

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

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

 a { background-color: rgb(176,87,102); }

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

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

 span { border-color: rgb(176,87,102); }

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