#B46169

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

Shades of Blush #B46169

Tints of Blush #B46169

Color information

#B46169 (or 0xB46169) is unknown color: approx Blush. HEX triplet: B4, 61 and 69. RGB value is (180,97,105). Sum of RGB (Red+Green+Blue) = 180+97+105=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B46169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46169 is #4B9E96. Grayscale: #7A7A7A. Windows color (decimal): -4955799 or 6906292. OLE color: 6906292.

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

Color convert

RGB18097105-
CMYK00.460.420.29
HSL354.22º35.62%54.31%-
HSV(B)354.22º46.11%70.59%-
XYZ25.6519.2715.73-
YUV122.73118168.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=47.12%
G=25.39%
B=27.49%

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
Decimal1809710500.460.420.29354.2235.6254.31
HexB4616902E2A1D1622436
Octal26414115105652355424466
Binary1011010011000011101001010111010101011101101100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46169; }

 p { color: rgb(180,97,105); }

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

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

 a { background-color: rgb(180,97,105); }

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

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

 span { border-color: rgb(180,97,105); }

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