#B65766

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

Shades of Blush #B65766

Tints of Blush #B65766

Color information

#B65766 (or 0xB65766) is unknown color: approx Blush. HEX triplet: B6, 57 and 66. RGB value is (182,87,102). Sum of RGB (Red+Green+Blue) = 182+87+102=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B65766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65766 is #49A899. Grayscale: #757575. Windows color (decimal): -4827290 or 6707126. OLE color: 6707126.

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

Color convert

RGB18287102-
CMYK00.520.440.29
HSL350.53º39.42%52.75%-
HSV(B)350.53º52.2%71.37%-
XYZ25.117.7214.67-
YUV117.12119.47174.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=49.06%
G=23.45%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828710200.520.440.29350.5339.4252.75
HexB657660342C1D15f2735
Octal26612714606454355374765
Binary1011011010101111100110011010010110011101101011111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65766; }

 p { color: rgb(182,87,102); }

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

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

 a { background-color: rgb(182,87,102); }

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

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

 span { border-color: rgb(182,87,102); }

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