#B66069

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

Shades of Blush #B66069

Tints of Blush #B66069

Color information

#B66069 (or 0xB66069) is unknown color: approx Blush. HEX triplet: B6, 60 and 69. RGB value is (182,96,105). Sum of RGB (Red+Green+Blue) = 182+96+105=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B66069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66069 is #499F96. Grayscale: #7A7A7A. Windows color (decimal): -4824983 or 6906038. OLE color: 6906038.

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

Color convert

RGB18296105-
CMYK00.470.420.29
HSL353.72º37.07%54.51%-
HSV(B)353.72º47.25%71.37%-
XYZ26.0219.3315.72-
YUV122.74117.99170.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=47.52%
G=25.07%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829610500.470.420.29353.7237.0754.51
HexB6606902F2A1D1622537
Octal26614015105752355424567
Binary1011011011000001101001010111110101011101101100010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66069; }

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

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

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

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

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

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

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

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