#B85965

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

Shades of Blush #B85965

Tints of Blush #B85965

Color information

#B85965 (or 0xB85965) is unknown color: approx Blush. HEX triplet: B8, 59 and 65. RGB value is (184,89,101). Sum of RGB (Red+Green+Blue) = 184+89+101=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B85965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85965 is #47A69A. Grayscale: #767676. Windows color (decimal): -4695707 or 6642104. OLE color: 6642104.

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

Color convert

RGB18489101-
CMYK00.520.450.28
HSL352.42º40.08%53.53%-
HSV(B)352.42º51.63%72.16%-
XYZ25.6918.2714.49-
YUV118.77117.97174.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.20%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=49.20%
G=23.80%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848910100.520.450.28352.4240.0853.53
HexB859650342D1C1602836
Octal27013114506455345405066
Binary1011100010110011100101011010010110111100101100000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85965; }

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

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

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

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

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

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

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

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