#B85368

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

Shades of Blush #B85368

Tints of Blush #B85368

Color information

#B85368 (or 0xB85368) is unknown color: approx Blush. HEX triplet: B8, 53 and 68. RGB value is (184,83,104). Sum of RGB (Red+Green+Blue) = 184+83+104=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85368 is #47AC97. Grayscale: #737373. Windows color (decimal): -4697240 or 6837176. OLE color: 6837176.

HSL color Cylindrical-coordinate representation of color #B85368: hue angle of 347.52º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85368 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18483104-
CMYK00.550.430.28
HSL347.52º41.56%52.35%-
HSV(B)347.52º54.89%72.16%-
XYZ25.3617.3815.11-
YUV115.59121.46176.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=49.60%
G=22.37%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848310400.550.430.28347.5241.5652.35
HexB853680372B1C15c2a34
Octal27012315006753345345264
Binary1011100010100111101000011011110101111100101011100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85368; }

 p { color: rgb(184,83,104); }

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

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

 a { background-color: rgb(184,83,104); }

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

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

 span { border-color: rgb(184,83,104); }

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