#B46263

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

Shades of Blush #B46263

Tints of Blush #B46263

Color information

#B46263 (or 0xB46263) is unknown color: approx Blush. HEX triplet: B4, 62 and 63. RGB value is (180,98,99). Sum of RGB (Red+Green+Blue) = 180+98+99=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B46263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46263 is #4B9D9C. Grayscale: #7A7A7A. Windows color (decimal): -4955549 or 6513332. OLE color: 6513332.

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

Color convert

RGB1809899-
CMYK00.460.450.29
HSL359.27º35.34%54.51%-
HSV(B)359.27º45.56%70.59%-
XYZ25.4419.3414.2-
YUV122.63114.67168.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=47.75%
G=25.99%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180989900.460.450.29359.2735.3454.51
HexB4626302E2D1D1672337
Octal26414214305655355474367
Binary1011010011000101100011010111010110111101101100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46263; }

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

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

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

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

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

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

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

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