#B8565C

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

Shades of Blush #B8565C

Tints of Blush #B8565C

Color information

#B8565C (or 0xB8565C) is unknown color: approx Blush. HEX triplet: B8, 56 and 5C. RGB value is (184,86,92). Sum of RGB (Red+Green+Blue) = 184+86+92=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8565C is #47A9A3. Grayscale: #747474. Windows color (decimal): -4696484 or 6051512. OLE color: 6051512.

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

Color convert

RGB1848692-
CMYK00.530.500.28
HSL356.33º40.83%52.94%-
HSV(B)356.33º53.26%72.16%-
XYZ25.0317.6212.21-
YUV115.99114.47176.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=50.83%
G=23.76%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184869200.530.500.28356.3340.8352.94
HexB8565C035321C1642935
Octal27012613406562345445165
Binary1011100010101101011100011010111001011100101100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8565C; }

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

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

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

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

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

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

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

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