#B46167

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

Shades of Blush #B46167

Tints of Blush #B46167

Color information

#B46167 (or 0xB46167) is unknown color: approx Blush. HEX triplet: B4, 61 and 67. RGB value is (180,97,103). Sum of RGB (Red+Green+Blue) = 180+97+103=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B46167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46167 is #4B9E98. Grayscale: #7A7A7A. Windows color (decimal): -4955801 or 6775220. OLE color: 6775220.

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

Color convert

RGB18097103-
CMYK00.460.430.29
HSL355.66º35.62%54.31%-
HSV(B)355.66º46.11%70.59%-
XYZ25.5519.2315.2-
YUV122.5117169.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 103 (40.62% from 255) = 27.11%
R=47.37%
G=25.53%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809710300.460.430.29355.6635.6254.31
HexB4616702E2B1D1642436
Octal26414114705653355444466
Binary1011010011000011100111010111010101111101101100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46167; }

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

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

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

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

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

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

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

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