#B05364

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

Shades of Blush #B05364

Tints of Blush #B05364

Color information

#B05364 (or 0xB05364) is unknown color: approx Blush. HEX triplet: B0, 53 and 64. RGB value is (176,83,100). Sum of RGB (Red+Green+Blue) = 176+83+100=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B05364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05364 is #4FAC9B. Grayscale: #707070. Windows color (decimal): -5221532 or 6575024. OLE color: 6575024.

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

Color convert

RGB17683100-
CMYK00.530.430.31
HSL349.03º37.05%50.78%-
HSV(B)349.03º52.84%69.02%-
XYZ23.316.3413.98-
YUV112.74120.81173.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=49.03%
G=23.12%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768310000.530.430.31349.0337.0550.78
HexB053640352B1F15d2533
Octal26012314406553375354563
Binary1011000010100111100100011010110101111111101011101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05364; }

 p { color: rgb(176,83,100); }

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

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

 a { background-color: rgb(176,83,100); }

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

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

 span { border-color: rgb(176,83,100); }

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