#B05263

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

Shades of Blush #B05263

Tints of Blush #B05263

Color information

#B05263 (or 0xB05263) is unknown color: approx Blush. HEX triplet: B0, 52 and 63. RGB value is (176,82,99). Sum of RGB (Red+Green+Blue) = 176+82+99=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B05263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05263 is #4FAD9C. Grayscale: #707070. Windows color (decimal): -5221789 or 6509232. OLE color: 6509232.

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

Color convert

RGB1768299-
CMYK00.530.440.31
HSL349.15º37.3%50.59%-
HSV(B)349.15º53.41%69.02%-
XYZ23.1716.1713.7-
YUV112.04120.64173.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=49.30%
G=22.97%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176829900.530.440.31349.1537.350.59
HexB052630352C1F15d2533
Octal26012214306554375354563
Binary1011000010100101100011011010110110011111101011101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05263; }

 p { color: rgb(176,82,99); }

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

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

 a { background-color: rgb(176,82,99); }

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

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

 span { border-color: rgb(176,82,99); }

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