#B65266

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

Shades of Blush #B65266

Tints of Blush #B65266

Color information

#B65266 (or 0xB65266) is unknown color: approx Blush. HEX triplet: B6, 52 and 66. RGB value is (182,82,102). Sum of RGB (Red+Green+Blue) = 182+82+102=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B65266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65266 is #49AD99. Grayscale: #727272. Windows color (decimal): -4828570 or 6705846. OLE color: 6705846.

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

Color convert

RGB18282102-
CMYK00.550.440.29
HSL348º40.65%51.76%-
HSV(B)348º54.95%71.37%-
XYZ24.7116.9414.54-
YUV114.18121.13176.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=49.73%
G=22.40%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828210200.550.440.2934840.6551.76
HexB652660372C1D15c2934
Octal26612214606754355345164
Binary1011011010100101100110011011110110011101101011100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65266; }

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

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

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

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

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

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

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

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