#B8565A

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

Shades of Blush #B8565A

Tints of Blush #B8565A

Color information

#B8565A (or 0xB8565A) is unknown color: approx Blush. HEX triplet: B8, 56 and 5A. RGB value is (184,86,90). Sum of RGB (Red+Green+Blue) = 184+86+90=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8565A is #47A9A5. Grayscale: #737373. Windows color (decimal): -4696486 or 5920440. OLE color: 5920440.

HSL color Cylindrical-coordinate representation of color #B8565A: hue angle of 357.55º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8565A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1848690-
CMYK00.530.510.28
HSL357.55º40.83%52.94%-
HSV(B)357.55º53.26%72.16%-
XYZ24.9417.5811.75-
YUV115.76113.47176.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 90 (35.55% from 255) = 25%
R=51.11%
G=23.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184869000.530.510.28357.5540.8352.94
HexB8565A035331C1662935
Octal27012613206563345465165
Binary1011100010101101011010011010111001111100101100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8565A; }

 p { color: rgb(184,86,90); }

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

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

 a { background-color: rgb(184,86,90); }

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

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

 span { border-color: rgb(184,86,90); }

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