#B66269

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

Shades of Blush #B66269

Tints of Blush #B66269

Color information

#B66269 (or 0xB66269) is unknown color: approx Blush. HEX triplet: B6, 62 and 69. RGB value is (182,98,105). Sum of RGB (Red+Green+Blue) = 182+98+105=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B66269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66269 is #499D96. Grayscale: #7B7B7B. Windows color (decimal): -4824471 or 6906550. OLE color: 6906550.

HSL color Cylindrical-coordinate representation of color #B66269: hue angle of 355º 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 #B66269 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18298105-
CMYK00.460.420.29
HSL355º36.52%54.9%-
HSV(B)355º46.15%71.37%-
XYZ26.2119.715.79-
YUV123.91117.33169.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=47.27%
G=25.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829810500.460.420.2935536.5254.9
HexB6626902E2A1D1632537
Octal26614215105652355434567
Binary1011011011000101101001010111010101011101101100011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66269; }

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

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

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

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

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

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

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

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