#B46264

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

Shades of Blush #B46264

Tints of Blush #B46264

Color information

#B46264 (or 0xB46264) is unknown color: approx Blush. HEX triplet: B4, 62 and 64. RGB value is (180,98,100). Sum of RGB (Red+Green+Blue) = 180+98+100=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B46264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46264 is #4B9D9B. Grayscale: #7A7A7A. Windows color (decimal): -4955548 or 6578868. OLE color: 6578868.

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

Color convert

RGB18098100-
CMYK00.460.440.29
HSL358.54º35.34%54.51%-
HSV(B)358.54º45.56%70.59%-
XYZ25.4919.3614.45-
YUV122.75115.17168.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 98 (38.67% from 255) = 25.93%
BLUE value IS 100 (39.45% from 255) = 26.46%
R=47.62%
G=25.93%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809810000.460.440.29358.5435.3454.51
HexB4626402E2C1D1672337
Octal26414214405654355474367
Binary1011010011000101100100010111010110011101101100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46264; }

 p { color: rgb(180,98,100); }

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

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

 a { background-color: rgb(180,98,100); }

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

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

 span { border-color: rgb(180,98,100); }

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