#B05463

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

Shades of Blush #B05463

Tints of Blush #B05463

Color information

#B05463 (or 0xB05463) is unknown color: approx Blush. HEX triplet: B0, 54 and 63. RGB value is (176,84,99). Sum of RGB (Red+Green+Blue) = 176+84+99=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B05463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05463 is #4FAB9C. Grayscale: #717171. Windows color (decimal): -5221277 or 6509744. OLE color: 6509744.

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

Color convert

RGB1768499-
CMYK00.520.440.31
HSL350.22º36.8%50.98%-
HSV(B)350.22º52.27%69.02%-
XYZ23.3316.4713.75-
YUV113.22119.98172.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=49.03%
G=23.40%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176849900.520.440.31350.2236.850.98
HexB054630342C1F15e2533
Octal26012414306454375364563
Binary1011000010101001100011011010010110011111101011110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05463; }

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

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

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

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

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

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

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

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