#B45965

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

Shades of Blush #B45965

Tints of Blush #B45965

Color information

#B45965 (or 0xB45965) is unknown color: approx Blush. HEX triplet: B4, 59 and 65. RGB value is (180,89,101). Sum of RGB (Red+Green+Blue) = 180+89+101=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B45965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45965 is #4BA69A. Grayscale: #757575. Windows color (decimal): -4957851 or 6642100. OLE color: 6642100.

HSL color Cylindrical-coordinate representation of color #B45965: hue angle of 352.09º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B45965 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18089101-
CMYK00.510.440.29
HSL352.09º37.76%52.75%-
HSV(B)352.09º50.56%70.59%-
XYZ24.7417.7914.44-
YUV117.58118.65172.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=48.65%
G=24.05%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808910100.510.440.29352.0937.7652.75
HexB459650332C1D1602635
Octal26413114506354355404665
Binary1011010010110011100101011001110110011101101100000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45965; }

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

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

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

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

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

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

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

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