#B65B6C

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

Shades of Blush #B65B6C

Tints of Blush #B65B6C

Color information

#B65B6C (or 0xB65B6C) is unknown color: approx Blush. HEX triplet: B6, 5B and 6C. RGB value is (182,91,108). Sum of RGB (Red+Green+Blue) = 182+91+108=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B6C is #49A493. Grayscale: #787878. Windows color (decimal): -4826260 or 7101366. OLE color: 7101366.

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

Color convert

RGB18291108-
CMYK00.50.410.29
HSL348.79º38.4%53.53%-
HSV(B)348.79º50%71.37%-
XYZ25.7418.5116.4-
YUV120.15121.15172.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=47.77%
G=23.88%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829110800.50.410.29348.7938.453.53
HexB65B6C032291D15d2636
Octal26613315406251355354666
Binary1011011010110111101100011001010100111101101011101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B6C; }

 p { color: rgb(182,91,108); }

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

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

 a { background-color: rgb(182,91,108); }

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

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

 span { border-color: rgb(182,91,108); }

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