#B65968

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

Shades of Blush #B65968

Tints of Blush #B65968

Color information

#B65968 (or 0xB65968) is unknown color: approx Blush. HEX triplet: B6, 59 and 68. RGB value is (182,89,104). Sum of RGB (Red+Green+Blue) = 182+89+104=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B65968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65968 is #49A697. Grayscale: #767676. Windows color (decimal): -4826776 or 6838710. OLE color: 6838710.

HSL color Cylindrical-coordinate representation of color #B65968: hue angle of 350.32º degrees, saturation: 0.39, 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 #B65968 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18289104-
CMYK00.510.430.29
HSL350.32º38.91%53.14%-
HSV(B)350.32º51.1%71.37%-
XYZ25.3618.0915.25-
YUV118.52119.81173.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=48.53%
G=23.73%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828910400.510.430.29350.3238.9153.14
HexB659680332B1D15e2735
Octal26613115006353355364765
Binary1011011010110011101000011001110101111101101011110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65968; }

 p { color: rgb(182,89,104); }

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

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

 a { background-color: rgb(182,89,104); }

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

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

 span { border-color: rgb(182,89,104); }

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