#B46267

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

Shades of Blush #B46267

Tints of Blush #B46267

Color information

#B46267 (or 0xB46267) is unknown color: approx Blush. HEX triplet: B4, 62 and 67. RGB value is (180,98,103). Sum of RGB (Red+Green+Blue) = 180+98+103=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B46267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46267 is #4B9D98. Grayscale: #7B7B7B. Windows color (decimal): -4955545 or 6775476. OLE color: 6775476.

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

Color convert

RGB18098103-
CMYK00.460.430.29
HSL356.34º35.34%54.51%-
HSV(B)356.34º45.56%70.59%-
XYZ25.6419.4215.23-
YUV123.09116.67168.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 103 (40.62% from 255) = 27.03%
R=47.24%
G=25.72%
B=27.03%

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
Decimal1809810300.460.430.29356.3435.3454.51
HexB4626702E2B1D1642337
Octal26414214705653355444367
Binary1011010011000101100111010111010101111101101100100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46267; }

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

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

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

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

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

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

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

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