#B65961

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

Shades of Blush #B65961

Tints of Blush #B65961

Color information

#B65961 (or 0xB65961) is unknown color: approx Blush. HEX triplet: B6, 59 and 61. RGB value is (182,89,97). Sum of RGB (Red+Green+Blue) = 182+89+97=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B65961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65961 is #49A69E. Grayscale: #757575. Windows color (decimal): -4826783 or 6379958. OLE color: 6379958.

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

Color convert

RGB1828997-
CMYK00.510.470.29
HSL354.84º38.91%53.14%-
HSV(B)354.84º51.1%71.37%-
XYZ25.0217.9513.46-
YUV117.72116.31173.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=49.46%
G=24.18%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182899700.510.470.29354.8438.9153.14
HexB659610332F1D1632735
Octal26613114106357355434765
Binary1011011010110011100001011001110111111101101100011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65961; }

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

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

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

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

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

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

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

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