#B65365

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

Shades of Blush #B65365

Tints of Blush #B65365

Color information

#B65365 (or 0xB65365) is unknown color: approx Blush. HEX triplet: B6, 53 and 65. RGB value is (182,83,101). Sum of RGB (Red+Green+Blue) = 182+83+101=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B65365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65365 is #49AC9A. Grayscale: #727272. Windows color (decimal): -4828315 or 6640566. OLE color: 6640566.

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

Color convert

RGB18283101-
CMYK00.540.450.29
HSL349.09º40.41%51.96%-
HSV(B)349.09º54.4%71.37%-
XYZ24.7317.0714.3-
YUV114.65120.3176.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=49.73%
G=22.68%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828310100.540.450.29349.0940.4151.96
HexB653650362D1D15d2834
Octal26612314506655355355064
Binary1011011010100111100101011011010110111101101011101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65365; }

 p { color: rgb(182,83,101); }

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

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

 a { background-color: rgb(182,83,101); }

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

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

 span { border-color: rgb(182,83,101); }

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