#B66271

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

Shades of Blush #B66271

Tints of Blush #B66271

Color information

#B66271 (or 0xB66271) is unknown color: approx Blush. HEX triplet: B6, 62 and 71. RGB value is (182,98,113). Sum of RGB (Red+Green+Blue) = 182+98+113=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B66271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66271 is #499D8E. Grayscale: #7C7C7C. Windows color (decimal): -4824463 or 7430838. OLE color: 7430838.

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

Color convert

RGB18298113-
CMYK00.460.380.29
HSL349.29º36.52%54.9%-
HSV(B)349.29º46.15%71.37%-
XYZ26.6419.8718.05-
YUV124.83121.33168.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=46.31%
G=24.94%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829811300.460.380.29349.2936.5254.9
HexB6627102E261D15d2537
Octal26614216105646355354567
Binary1011011011000101110001010111010011011101101011101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66271; }

 p { color: rgb(182,98,113); }

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

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

 a { background-color: rgb(182,98,113); }

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

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

 span { border-color: rgb(182,98,113); }

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