#b65669

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

Shades of Blush #B65669

Tints of Blush #B65669

Color information

#B65669 (or 0xB65669) is unknown color: approx Blush. HEX triplet: B6, 56 and 69. RGB value is (182,86,105). Sum of RGB (Red+Green+Blue) = 182+86+105=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B65669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65669 is #49A996. Grayscale: #747474. Windows color (decimal): -4827543 or 6903478. OLE color: 6903478.

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

Color convert

RGB18286105-
CMYK00.530.420.29
HSL348.12º39.67%52.55%-
HSV(B)348.12º52.75%71.37%-
XYZ25.1717.6215.44-
YUV116.87121.3174.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=48.79%
G=23.06%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828610500.530.420.29348.1239.6752.55
HexB656690352A1D15c2835
Octal26612615106552355345065
Binary1011011010101101101001011010110101011101101011100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b65669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b65669; }

 p { color: rgb(182,86,105); }

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

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

 a { background-color: rgb(182,86,105); }

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

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

 span { border-color: rgb(182,86,105); }

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