#B46366

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

Shades of Blush #B46366

Tints of Blush #B46366

Color information

#B46366 (or 0xB46366) is unknown color: approx Blush. HEX triplet: B4, 63 and 66. RGB value is (180,99,102). Sum of RGB (Red+Green+Blue) = 180+99+102=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B46366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46366 is #4B9C99. Grayscale: #7B7B7B. Windows color (decimal): -4955290 or 6710196. OLE color: 6710196.

HSL color Cylindrical-coordinate representation of color #B46366: hue angle of 357.78º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46366 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18099102-
CMYK00.450.430.29
HSL357.78º35.06%54.71%-
HSV(B)357.78º45%70.59%-
XYZ25.6819.5915-
YUV123.56115.84168.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=47.24%
G=25.98%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809910200.450.430.29357.7835.0654.71
HexB4636602D2B1D1662337
Octal26414314605553355464367
Binary1011010011000111100110010110110101111101101100110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46366; }

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

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

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

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

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

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

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

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