#B84965

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

Shades of Blush #B84965

Tints of Blush #B84965

Color information

#B84965 (or 0xB84965) is unknown color: approx Blush. HEX triplet: B8, 49 and 65. RGB value is (184,73,101). Sum of RGB (Red+Green+Blue) = 184+73+101=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B84965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84965 is #47B69A. Grayscale: #6D6D6D. Windows color (decimal): -4699803 or 6638008. OLE color: 6638008.

HSL color Cylindrical-coordinate representation of color #B84965: hue angle of 344.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84965 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB18473101-
CMYK00.600.450.28
HSL344.86º43.87%50.39%-
HSV(B)344.86º60.33%72.16%-
XYZ24.515.914.09-
YUV109.38123.27181.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.40%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=51.40%
G=20.39%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847310100.600.450.28344.8643.8750.39
HexB8496503C2D1C1592c32
Octal27011114507455345315462
Binary1011100010010011100101011110010110111100101011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84965; }

 p { color: rgb(184,73,101); }

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

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

 a { background-color: rgb(184,73,101); }

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

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

 span { border-color: rgb(184,73,101); }

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